-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 795 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 795 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
{
"name": "@wechat-miniprogram/miniprogram-cli",
"version": "0.0.5",
"description": "miniprogram custom component cli",
"bin": {
"miniprogram": "src/cli.js"
},
"main": "index.js",
"scripts": {
"lint": "eslint src/*"
},
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/miniprogram-cli.git"
},
"author": "wechat-miniprogram",
"license": "MIT",
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0"
},
"dependencies": {
"commander": "^2.17.1",
"download": "^7.1.0",
"glob": "^7.1.2",
"inquirer": "^6.1.0",
"progress": "^2.0.0",
"rimraf": "^2.6.2"
}
}