-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 871 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
41
42
{
"name": "ku-cli",
"version": "1.0.2",
"description": "a ku cli",
"bin": {
"ku": "./bin/ku.js"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zjfcool/ku-cli.git"
},
"homepage": "https://github.com/zjfcool/ku-cli#readme",
"type": "module",
"keywords": [
"cli",
"nodejs",
"ku-cli"
],
"engines": {
"node": ">=13.2.0"
},
"author": "zjfcool",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.1",
"commander": "^7.2.0",
"configstore": "^6.0.0",
"cross-spawn": "^7.0.3",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.6",
"figlet": "^1.5.0",
"fs-extra": "^9.1.0",
"inquirer": "^8.0.0",
"log-symbols": "^5.0.0",
"ora": "^5.4.0"
}
}