-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.5 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
52
{
"name": "@form8ion/eslint-config",
"description": "shareable configuration for ESLint",
"license": "MIT",
"version": "0.0.0-semantically-released",
"engines": {
"node": "^18.17 || >=20.6.1"
},
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
"repository": "form8ion/eslint-config",
"bugs": "https://github.com/form8ion/eslint-config/issues",
"homepage": "https://npm.im/@form8ion/eslint-config",
"sideEffects": false,
"scripts": {
"test": "npm-run-all --print-label --parallel lint:*",
"lint:js": "eslint .",
"lint:md": "remark . --frail",
"lint:sensitive": "ban",
"lint:peer": "npm ls >/dev/null",
"lint:engines": "ls-engines",
"generate:md": "remark . --output",
"prepare": "husky install",
"lint:publish": "publint --strict"
},
"files": [
"index.js"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"dependencies": {
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-anti-trojan-source": "1.1.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.31.0"
},
"devDependencies": {
"@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",
"ls-engines": "0.9.3",
"npm-run-all2": "7.0.1",
"publint": "0.2.12",
"remark-cli": "12.0.1",
"remark-toc": "9.0.0"
}
}