-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.04 KB
/
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
43
44
45
46
47
{
"name": "vue-next-multiple-cli",
"version": "0.0.2",
"description": "vue-next mutiple cli",
"main": "index.js",
"bin": {
"vmc": "index.js"
},
"files": ["templates", "dist", "index.js", "package.json", "readme.md"],
"dependencies": {
"art-template": "^4.13.2",
"chalk": "^4.1.0",
"commander": "^7.0.0",
"download-git-repo": "^3.0.2",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
"inquirer": "^7.3.3",
"lodash": "^4.17.20",
"ora": "^5.3.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.7",
"@types/gulp": "^4.0.8",
"@types/inquirer": "^7.3.1",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.25",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"ts-node": "^9.1.1",
"tslib": "^2.1.0",
"typescript": "^4.1.5"
},
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://gitee.com/Madom/custom-cli-course.git"
},
"keywords": [
"vue3",
"cli"
],
"author": "zgcf",
"license": "ISC"
}