-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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
{
"name": "cz-translated-zhtw",
"version": "1.2.0",
"description": "Part of the commitizen family,用於提交時建立統一的commit訊息,繁體中文翻譯並添加自用選項。",
"main": "index.js",
"author": "kwangsing3 <kwangsing3@gmail.com>",
"scripts": {
"commit": "git-cz",
"release:major": "npx changelogen@latest --major --release",
"release:minor": "npx changelogen@latest --minor --release",
"release:patch": "npx changelogen@latest --patch --release",
"test": "mocha *.test.js"
},
"engineStrict": true,
"engines": {
"node": ">= 18"
},
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commitizen": "^4.3.1",
"conventional-commit-types": "^3.0.0"
},
"devDependencies": {
"chai": "^4.5.0",
"cosmiconfig": "^9.0.0",
"mocha": "^10.7.3",
"mock-require": "3.0.3",
"prettier": "^1.19.1",
"semantic-release": "^24.1.2",
"semver": "^7.6.3"
},
"optionalDependencies": {
"@commitlint/load": ">6.1.3"
},
"config": {
"commitizen": {
"path": "./index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/kwangsing3/cz-translated-zhtw.git"
},
"bugs": {
"url": "https://github.com/kwangsing3/cz-translated-zhtw/issues"
},
"homepage": "https://github.com/kwangsing3/cz-translated-zhtw#readme"
}