-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 961 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
{
"version": "1.1.2",
"name": "cogworks-essentials",
"code": "Cogworks.Essentials",
"description": "Set of the .NET Standard essentials including common constants, enums, extensions, helpers and services.",
"author": "Cogworks",
"license": "MIT",
"scripts": {
"release": "npm version from-git && sleep 5 && conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -n ./changelog.config.js && git add CHANGELOG.md && git commit -m \"docs(changelog): regenerate CHANGELOG.md [skip ci]\" ",
"github-release": "sleep 5 && 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"
}
}