-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.02 KB
/
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
41
42
43
44
45
46
47
{
"name": "szyy-cli",
"version": "1.0.1",
"description": "a szyy cli",
"main": "index.js",
"bin": {
"szyy-cli": "./bin/szyy-cli",
"szyy": "./bin/szyy-cli"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangzhikui/szyy-cli.git"
},
"keywords": [
"szyy",
"szyy-cli",
"tool",
"yonyou",
"fe",
"sz"
],
"author": "Allen [email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangzhikui/szyy-cli/issues"
},
"homepage": "https://github.com/wangzhikui/szyy-cli#readme",
"dependencies": {
"chalk": "2.4.2",
"cli-color": "1.4.0",
"download-git-repo": "1.1.0",
"ejs": "2.6.1",
"fs-extra": "7.0.1",
"glob": "7.1.3",
"inquirer": "6.2.1",
"minimist": "1.2.0",
"path-exists": "3.0.0",
"request": "2.88.0",
"request-promise": "^4.2.4",
"single-line-log": "1.1.2",
"str-format": "1.0.1",
"unzipper": "^0.10.1"
}
}