-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 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
{
"name": "settings-test",
"description": "a repo for testing functionality of probot/settings",
"license": "MIT",
"repository": "travi-test/settings-test",
"bugs": "https://github.com/travi-test/settings-test/issues",
"homepage": "https://github.com/travi-test/settings-test#readme",
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
"scripts": {
"test": "npm-run-all --print-label --parallel lint:*",
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm",
"lint:md": "remark . --frail",
"generate:md": "remark . --output",
"lint:sensitive": "ban",
"lint:peer": "npm ls >/dev/null",
"prepare": "husky install"
},
"devDependencies": {
"ban-sensitive-files": "1.10.7",
"commitlint-config-travi": "1.4.54",
"cz-conventional-changelog": "3.3.0",
"husky": "9.1.7",
"lockfile-lint": "4.14.0",
"npm-run-all2": "7.0.2",
"remark-cli": "12.0.1",
"remark-preset-lint-travi": "6.0.6",
"remark-toc": "9.0.0"
}
}