-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 987 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
34
{
"name": "@nordnet/cz-conventional-changelog",
"version": "0.0.0-development",
"description": "conventional-changelog config for commitizen",
"main": "index.js",
"homepage": "https://github.com/nordnet/cz-conventional-changelog",
"repository": {
"type": "git",
"url": "https://github.com/nordnet/cz-conventional-changelog.git"
},
"scripts": {
"semantic-release": "semantic-release"
},
"publishConfig": {
"access": "public"
},
"author": "Vladimir Starkov <[email protected]> https://iamstarkov.com",
"license": "MIT",
"dependencies": {
"conventional-commit-types": "3.0.0",
"lodash.map": "4.6.0",
"longest": "2.0.1",
"pad-right": "0.2.2",
"right-pad": "1.0.1",
"shelljs": "0.8.5",
"word-wrap": "1.2.5"
},
"devDependencies": {
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"semantic-release": "22.0.12"
}
}