-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.1 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
48
49
50
{
"name": "wl-cli",
"version": "1.1.6",
"description": "vue wlui wl-cli vue项目最佳工程目录结构脚手架",
"main": "apply.js",
"bin": {
"wl": "./bin/wl-cli.js"
},
"scripts": {
"build": "babel src -d dist",
"watch": "npm run build -- --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hql7/wl-cli.git"
},
"keywords": [
"vue",
"cli",
"vue-cli",
"wl-cli",
"vue脚手架",
"qiankun脚手架",
"微前端脚手架",
"脚手架",
"最佳工程目录结构",
"wlcli",
"wlui"
],
"author": "weilan <17796646068@163.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hql7/wl-cli/issues"
},
"homepage": "https://github.com/hql7/wl-cli#readme",
"dependencies": {
"chalk": "^4.0.0",
"commander": "^5.0.0",
"download-git-repo": "^3.0.2",
"ini": "^1.3.5",
"inquirer": "^7.1.0",
"log-symbols": "^3.0.0",
"ora": "^4.0.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-env": "^2.4.1"
}
}