-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 860 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
{
"name": "zonekeycli",
"version": "1.0.8",
"description": "开发自己的cli工具",
"main": "./js/index.js",
"bin": {
"zkcli": "./js/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"my-cli"
],
"repository": {
"type": "git",
"url": "https://github.com/wangfpp/wangfpp-cli.git"
},
"author": "[email protected]",
"homepage": "https://github.com/wangfpp/wangfpp-cli",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"download-git-repo": "^3.0.2",
"figlet": "^1.2.1",
"git-down-repo": "^2.4.3",
"inquirer": "^7.0.0",
"minimist": "^1.2.0",
"ora": "^4.0.2",
"yargs": "^14.2.0"
}
}