-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 906 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
{
"name": "zb-create-app",
"version": "1.0.3",
"description": "",
"main": "index.js",
"bin": {
"zb-create-app": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"keywords": [],
"author": "huanghu",
"license": "ISC",
"dependencies": {
"chalk": "^4.0.0",
"commander": "^10.0.1",
"download-git-repo": "^3.0.2",
"electron": "^29.2.0",
"fs-extra": "^11.1.1",
"handlebars": "^4.7.7",
"inquirer": "^8.2.0",
"ora": "^5.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/huanghu0/zb-cli.git"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.14.1",
"rollup-plugin-visualizer": "^5.12.0"
}
}