-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 900 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
{
"name": "gulp-miniprogram-cli",
"version": "1.2.3",
"description": "微信小程序开发流脚手架, https://github.com/CaicoLeung/gulp-wechat-miniprogram",
"homepage": "https://github.com/CaicoLeung/miniprogram-cli",
"bin": {
"mp-cli": "src/cli.js"
},
"repository": "git@github.com:CaicoLeung/miniprogram-cli.git",
"keywords": [
"cli",
"wechat-miniprogram",
"gulp",
"小程序开发流"
],
"author": "CaicoLeung",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.1",
"commander": "^7.2.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^9.1.0",
"inquirer": "^8.0.0",
"ora": "^5.4.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/inquirer": "^7.3.1",
"@types/jsonfile": "^6.0.0",
"@types/node": "^15.0.2",
"@types/ramda": "^0.27.40",
"jsonfile": "^6.1.0",
"ramda": "^0.27.1"
}
}