-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
60 lines (60 loc) · 1.33 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
60
{
"name": "yapi-cli",
"version": "1.5.0",
"description": "",
"main": "index.js",
"bin": {
"yapi": "./bin/yapi-cli",
"yapi-cli": "./bin/yapi-cli"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:YMFE/yapi-cli.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"body-parser": "^1.18.2",
"download": "^6.2.5",
"express": "^4.15.5",
"express-ws": "^3.0.0",
"fs-extra": "^4.0.2",
"mongoose": "^4.11.13",
"semver": "^5.4.1",
"shelljs": "^0.7.8",
"underscore": "^1.8.3",
"yargs": "^9.0.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请查看规范: http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html"
}
},
"devDependencies": {
"ghooks": "^2.0.0",
"validate-commit-msg": "^2.14.0"
},
"engines": {
"node": ">= 7.6.0"
}
}