-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 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
41
{
"name": "lz-base-cli",
"version": "2.0.3",
"description": "React简易脚手架",
"main": "lib/index.js",
"type": "module",
"bin": {
"lz-cli": "./bin/index.js"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.2.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"inquirer": "^8.2.0",
"latest-version": "^6.0.0",
"log-symbols": "^5.0.0",
"metalsmith": "^2.3.0",
"ora": "^6.0.1"
},
"devDependencies": {
"gogocode": "^1.0.35"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZoeLeee/my-cli.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZoeLeee/my-cli/issues"
},
"homepage": "https://github.com/ZoeLeee/my-cli#readme"
}