-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 761 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 761 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
35
36
{
"name": "web-core-cli",
"version": "1.0.3",
"description": "All-in-one scaffolding, cli integrated with Vue3 ecological chain, cli of H5 page, mock template cli of Node",
"main": "./bin/cli.js",
"bin": {
"web-core-cli": "bin/cli.js"
},
"keywords": [
"cli",
"allin",
"vue",
"template",
"h5",
"node"
],
"scripts": {
"cli": "node ./bin/cli.js"
},
"author": "chen",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.3.0",
"cross-spawn": "^7.0.3",
"ejs": "^3.1.8",
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
"inquirer": "^7.3.3",
"ora": "^5.4.1",
"shelljs": "^0.8.5"
},
"directories": {
"lib": "lib"
}
}