-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 952 Bytes
/
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
{
"name": "awesome",
"description": "A curated list of form8ion related tools",
"license": "CC0",
"private": true,
"repository": "form8ion/awesome",
"bugs": "https://github.com/form8ion/awesome/issues",
"homepage": "https://github.com/form8ion/awesome#readme",
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
"scripts": {
"test": "npm-run-all --print-label --parallel lint:*",
"lint:md": "remark . --frail",
"lint:sensitive": "ban",
"lint:peer": "npm ls >/dev/null",
"generate:md": "remark . --output",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@form8ion/commitlint-config": "2.0.0",
"@form8ion/remark-lint-preset": "6.0.5",
"ban-sensitive-files": "1.10.6",
"cz-conventional-changelog": "3.3.0",
"husky": "9.1.6",
"npm-run-all2": "7.0.1",
"remark-cli": "12.0.1",
"remark-toc": "9.0.0"
},
"dependencies": {}
}