-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
28 lines (28 loc) · 842 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
{
"version": "3.2.0",
"name": "umbrac-feature-management-dashboard",
"code": "umbrac-feature-management-dashboard",
"description": "umbrac-feature-management-dashboard",
"author": "Adrian Ochmann",
"license": "MIT",
"scripts": {
"bump-version": "npm version from-git",
"generate-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -n ./changelog.config.js",
"github-release": "conventional-github-releaser -p angular"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^7.5.0",
"conventional-github-releaser": "3.1.3",
"generate-changelog": "^1.8.0",
"husky": "^1.3.1"
},
"dependencies": {
"conventional-changelog-cli": "^2.1.1"
}
}