-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "dotfiles",
"version": "1.6.0",
"description": "My personal dotfiles",
"main": "index.js",
"ntl": {
"descriptions": {
"version": "Set a new version number (incl. package.json & changelog.md)"
}
},
"scripts": {
"start": "npx ntl -A --descriptions-only",
"test": "echo \"Error: no test specified\" && exit 1",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "https://github.com/DerZyklop/dotfiles.git"
},
"author": "DerZyklop",
"license": "ISC",
"bugs": {
"url": "https://github.com/DerZyklop/dotfiles/issues"
},
"homepage": "https://github.com/DerZyklop/dotfiles",
"devDependencies": {
"commitizen": "4.0.3",
"cz-conventional-changelog": "3.1.0",
"git-cz": "4.3.1",
"husky": "4.2.3",
"ntl": "5.0.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"dependencies": {}
}