-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "voices-button-cli",
"version": "1.12.1",
"description": "语音按钮CLI工具",
"repository": {
"type": "git",
"url": "git+https://github.com/blacktunes/voices-button-cli.git"
},
"bugs": {
"url": "https://github.com/blacktunes/voices-button-cli/issues"
},
"homepage": "https://github.com/blacktunes/voices-button-cli",
"bin": {
"button": "bin/button.js"
},
"scripts": {
"release": "semantic-release"
},
"author": "blacktunes",
"license": "GPL-3.0",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.2.0",
"ejs": "^3.1.5",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"conventional-changelog-cli": "^2.1.1",
"conventional-changelog-cmyr-config": "^1.2.3",
"eslint": "^7.13.0",
"semantic-release": "^17.3.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"changelog": {
"language": "zh",
"authorName": false
}
}