-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
30 lines (30 loc) · 925 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": "jerone-userscripts",
"version": "0.0.0",
"private": true,
"license": "GPL-3.0-or-later",
"author": "Jeroen van Warmerdam <[email protected]>",
"scripts": {
"lint": "lockfile-lint && editorconfig-checker && eslint -f checklist --report-unused-disable-directives .",
"lint:fix": "prettier --write \"**/*\" & eslint -f checklist --fix ."
},
"devDependencies": {
"@cspell/dict-nl-nl": "^2.3.0",
"@cspell/eslint-plugin": "^8.3.2",
"editorconfig-checker": "^5.1.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-checklist": "^0.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-json-files": "^4.1.0",
"eslint-plugin-markdownlint": "^0.5.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-security": "^2.1.0",
"eslint-plugin-userscripts": "^0.5.2",
"lockfile-lint": "^4.12.1",
"prettier": "^3.2.5"
},
"engines": {
"node": ">=16.0.0"
}
}