-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.03 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
{
"name": "@travi/semantic-release-tester",
"description": "a dummy npm package for testing various release scenarios",
"version": "0.0.0-semantically-released",
"license": "MIT",
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
"repository": "travi-test/semantic-release-tester",
"bugs": "https://github.com/travi/semantic-release-tester/issues",
"homepage": "https://github.com/travi/semantic-release-tester#readme",
"scripts": {
"lint:md": "remark . --frail",
"test": "run-s lint:*",
"prepare": "husky install"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public",
"provenance": true
},
"devDependencies": {
"@travi/any": "3.1.0",
"commitlint-config-travi": "1.4.50",
"cz-conventional-changelog": "3.3.0",
"globstar": "1.0.0",
"husky": "9.0.11",
"npm-run-all2": "6.2.0",
"remark-cli": "12.0.1",
"remark-preset-lint-travi": "6.0.4",
"remark-toc": "9.0.0"
}
}