-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 791 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 791 Bytes
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": "@v50/moon-cli",
"version": "1.0.2",
"description": "cl,脚手架,moon",
"bin": {
"moon": "./bin/moon",
"moon-cli": "./bin/moon"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/virtueDe/moon-cli.git"
},
"author": "virtueDe",
"license": "ISC",
"bugs": {
"url": "https://github.com/virtueDe/moon-cli/issues"
},
"homepage": "https://github.com/virtueDe/moon-cli#readme",
"dependencies": {
"chalk": "4.1.2",
"commander": "^9.4.0",
"download-git-repo": "^3.0.2",
"execa": "^6.1.0",
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
"inquirer": "8.2.3",
"ora": "5.4.1",
"axios": "^0.26.1"
}
}