-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "commitlint-config-traverson",
"description": "shareable config for commitlint",
"license": "MIT",
"version": "0.0.0-semantically-released",
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
"repository": "traverson/commitlint-config-traverson",
"bugs": "https://github.com/traverson/commitlint-config-traverson/issues",
"homepage": "https://npm.im/commitlint-config-traverson",
"main": "index.js",
"scripts": {
"lint:sensitive": "ban",
"test": "npm-run-all --print-label --parallel lint:*",
"prepare": "husky install",
"lint:publish": "publint --strict"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@form8ion/commitlint-config": "2.0.2"
},
"devDependencies": {
"ban-sensitive-files": "1.10.6",
"cz-conventional-changelog": "3.3.0",
"husky": "9.1.7",
"npm-run-all2": "7.0.1",
"publint": "0.2.12"
}
}