-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
39 lines (39 loc) · 981 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
31
32
33
34
35
36
37
38
39
{
"author": {
"name": "Adam Lui",
"email": "adam@kudoai.com",
"url": "https://github.com/adamlui"
},
"homepage": "https://github.com/adamlui/userscripts",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "http://github.com/sponsors/adamlui"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/adamlui"
}
],
"scripts": {
"prepare": "husky",
"lint": "eslint . --cache",
"lint:all": "eslint .",
"lint:fix": "eslint . --fix --cache",
"lint:fix-all": "eslint . --fix",
"bump:js": "node utils/bumpJSresources",
"bump:js-dev": "node utils/bumpJSresources --dev"
},
"devDependencies": {
"@eslint/json": "^0.9.0",
"@eslint/markdown": "^6.2.1",
"@stylistic/eslint-plugin-js": "^2.12.1",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-yml": "^1.16.0",
"husky": "^9.1.7",
"ssri": "^12.0.0"
}
}