-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.49 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
61
62
63
64
65
66
67
{
"name": "@cz-translated-changelog/zh-cn",
"version": "0.0.45",
"description": "cz-convention-changelog 的简体中文翻译",
"main": "index.js",
"keywords": [
"commitizen",
"changelog简中翻译",
"简体中文",
"提交消息摘要"
],
"scripts": {
"commit": "git-cz",
"test": "mocha *.test.js",
"format": "prettier --write *.js",
"semantic-release": "semantic-release"
},
"homepage": "https://github.com/commitizen/cz-conventional-changelog",
"repository": {
"type": "git",
"url": "https://github.com/polarove/cz-translated-changelog-zh-cn"
},
"engineStrict": true,
"engines": {
"node": ">= 10"
},
"files": [
"./src",
"engine.js",
"index.js"
],
"author": "liuq <[email protected]>",
"license": "MIT",
"dependencies": {
"commitizen": "^4.0.3",
"conventional-commit-types": "^3.0.0",
"lodash.assign": "^4.2.0",
"lodash.map": "^4.5.1",
"longest": "^2.0.1",
"word-wrap": "^1.0.3",
"chalk": "^2.4.1"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"cosmiconfig": "^5.2.1",
"mocha": "^6.2.0",
"mock-require": "^3.0.3",
"semantic-release": "^15.13.3",
"semver": "^6.2.0"
},
"optionalDependencies": {
"@commitlint/load": ">6.1.1"
},
"peerDependencies": {
"commitizen": ">=4.0.0"
},
"publishConfig": {
"access": "public"
},
"config": {
"commitizen": {
"path": "./index.js"
}
}
}