-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "@form8ion/commitlint-config",
"description": "shareable config for commitlint",
"license": "MIT",
"version": "0.0.0-semantically-released",
"type": "module",
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
"repository": "form8ion/commitlint-config",
"bugs": "https://github.com/form8ion/commitlint-config/issues",
"homepage": "https://npm.im/@form8ion/commitlint-config",
"sideEffects": false,
"main": "./index.js",
"exports": "./index.js",
"scripts": {
"test": "npm-run-all --print-label --parallel lint:*",
"lint:md": "remark . --frail",
"lint:sensitive": "ban",
"lint:peer": "npm ls >/dev/null",
"prepare": "husky install",
"lint:publish": "publint --strict"
},
"files": [
"index.js"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"dependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0"
},
"devDependencies": {
"@form8ion/remark-lint-preset": "6.0.5",
"@travi/any": "3.1.2",
"ban-sensitive-files": "1.10.7",
"cz-conventional-changelog": "3.3.0",
"husky": "9.1.7",
"npm-run-all2": "7.0.2",
"publint": "0.3.0",
"remark-cli": "12.0.1"
}
}