-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.48 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
45
46
47
48
49
50
51
{
"name": "@traverson/semantic-release-config",
"description": "Shareable semantic-release config for the traversion organization",
"license": "MIT",
"version": "0.0.0-semantically-released",
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
"repository": "traverson/semantic-release-config",
"bugs": "https://github.com/traverson/semantic-release-config/issues",
"homepage": "https://npm.im/@traverson/semantic-release-config",
"main": "./shareable-config.json",
"scripts": {
"clean": "rimraf lib/",
"lint:md": "remark . --frail",
"lint:sensitive": "ban",
"lint:peer": "npm ls >/dev/null",
"test": "npm-run-all --print-label --parallel lint:*",
"prepare": "husky install",
"lint:publish": "publint --strict"
},
"files": [
"shareable-config.json"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1"
},
"devDependencies": {
"ban-sensitive-files": "1.10.6",
"commitlint-config-traverson": "1.0.72",
"cz-conventional-changelog": "3.3.0",
"husky": "9.1.7",
"npm-run-all2": "7.0.1",
"publint": "0.2.12",
"remark-cli": "12.0.1",
"remark-preset-lint-travi": "6.0.6",
"rimraf": "6.0.1",
"semantic-release": "24.2.0"
},
"peerDependencies": {
"semantic-release": ">=16"
}
}