-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 987 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
{
"name": "@uni-web-lab/uni-web-cli",
"version": "0.0.1",
"description": "一个web相关各个方向项目模板的脚手架。脚手架支持多种项目模板:h5项目,admin管理后台项目,node-web项目,小程序项目。",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoroer/uni-web-cli.git"
},
"keywords": [
"cli",
"template",
"web"
],
"publishConfig": {
"access": "public"
},
"author": "zoroer",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoroer/uni-web-cli/issues"
},
"homepage": "https://github.com/zoroer/uni-web-cli#readme",
"devDependencies": {},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^12.0.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^11.2.0",
"ora": "^5.4.1",
"prompts": "^2.4.2"
},
"bin": {
"uni-web-cli": "index.js"
}
}