-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 967 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
40
41
42
43
{
"name": "mini-deploy",
"version": "2.0.0",
"description": "微信小程序发布助手",
"main": "index.js",
"bin": {
"mini-deploy": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "magic-lint --staged --eslint --stylelint --prettier --fix",
"commit-msg": "magic-lint --commit"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/ineo6/mini-deploy.git"
},
"author": "ineo6",
"license": "MIT",
"bugs": {
"url": "https://github.com/ineo6/mini-deploy/issues"
},
"homepage": "https://github.com/ineo6/mini-deploy#readme",
"dependencies": {
"commander": "^3.0.0",
"iconv-lite": "^0.4.24"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint-config-magic": "^1.1.1",
"magic-lint": "^1.1.0"
},
"keywords": [
"jenkins",
"wechat",
"miniprogram",
"deploy"
]
}