-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 919 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
40
{
"name": "silky3",
"version": "1.0.0-beta",
"description": "",
"bin": {
"srb": "./dist/bin/index.js"
},
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.9.0",
"cross-spawn": "^5.1.0",
"fs-extra": "^0.30.0",
"git-head-hash": "^1.0.0",
"glob": "^7.1.1",
"handlebars": "^4.0.6",
"ignore": "^3.2.7",
"lodash": "^4.17.5",
"marked": "^0.3.6",
"marked-terminal": "^2.0.0",
"mime": "^1.3.4",
"mime-types": "^2.1.18",
"request": "^2.79.0"
},
"engines": {
"node": ">= 8.0.0"
},
"devDependencies": {
"@types/colors": "^0.6.33",
"@types/handlebars": "^4.0.31",
"@types/node": "^9.4.7",
"should": "^11.1.1",
"supertest": "^2.0.1"
},
"scripts": {
"test": "istanbul cover _mocha test/index.js --harmony",
"mocha": "mocha test/index.js --harmony"
},
"author": "[email protected]",
"license": "MIT"
}