-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 893 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "quick-specs",
"version": "1.0.14",
"description": "Create test files quickly from .yaml files for Jest or Jasmine.",
"main": "index.js",
"scripts": {
"test": "jest --watchAll"
},
"bin": {
"quickspecs": "./bin/quick-specs.js"
},
"author": "Ion Gireada",
"homepage": "https://github.com/ioncakephper/quick-specs#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ioncakephper/quick-specs.git"
},
"bugs": {
"url": "https://github.com/ioncakephper/quick-specs/issues"
},
"keywords": [
"jest-tests",
"jasmine-tests",
"test-tools",
"test-automation"
],
"license": "MIT",
"dependencies": {
"beautify": "^0.0.8",
"commander": "^8.3.0",
"file-easy": "^1.0.3",
"hbsr": "^1.0.6",
"lodash": "^4.17.21",
"yamljs": "^0.3.0"
},
"devDependencies": {
"jest": "^27.4.5"
}
}