-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.6 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
51
52
53
54
55
56
57
58
59
{
"name": "qscan",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"bin": {
"qscan": "./bin/qscan"
},
"engines": {
"node": ">= 8.0.0"
},
"author": "",
"license": "Apache 2.0",
"dependencies": {
"applescript": "^1.0.0",
"async": "^2.6.1",
"colors": "^1.3.2",
"commander": "^2.18.0",
"figures": "^2.0.0",
"moment": "^2.22.2",
"queue": "^4.5.0",
"shelljs": "^0.8.2",
"wd": "^1.10.3"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.6.1",
"eslint-plugin-html": "^4.0.6",
"ghooks": "^2.0.4",
"markdown-it-task-lists": "^2.1.1",
"validate-commit-msg": "^2.14.0",
"eslint-utils": ">=1.4.1",
"lodash": ">=4.17.13",
"js-yaml": ">=3.13.1"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"test",
"chore",
"refactor",
"opti"
],
"warnOnFail": false,
"maxSubjectLength": 100,
"subjectPattern": ".+",
"subjectPatternErrorMsg": "请输入 message 信息!",
"helpMessage": "Commit message 格式错误, \n请查看规范: https://github.com/conventional-changelog-archived-repos/validate-commit-msg"
}
},
"support_wx_version": "7.0.5",
"support_bu_version": "11.13.0.10"
}