forked from commitizen/cz-conventional-changelog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 869 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
{
"name": "cz-conventional-changelog-chinese",
"version": "1.0.0",
"description": "中文版的cz-conventional-changelog,对中文开发者友好",
"main": "index.js",
"scripts": {
"commit": "git-cz",
"test": "echo '需要建立测试!'",
"semantic-release": "semantic-release"
},
"homepage": "https://github.com/rhinel/cz-conventional-changelog-chinese",
"repository": {
"type": "git",
"url": "https://github.com/rhinel/cz-conventional-changelog-chinese.git"
},
"author": "Jim Cummins <[email protected]>",
"license": "MIT",
"dependencies": {
"lodash.map": "^4.6.0",
"longest": "^2.0.1",
"right-pad": "^1.0.1",
"word-wrap": "^1.2.3"
},
"devDependencies": {
"commitizen": "3.0.7",
"semantic-release": "^15.13.3"
},
"config": {
"commitizen" : {
"path": "./index.js"
}
}
}