-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 975 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 975 Bytes
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
{
"author": {
"name": "Adam Lui",
"email": "adam@kudoai.com",
"url": "https://github.com/adamlui"
},
"homepage": "https://www.chatgptautorefresh.com",
"license": "MIT",
"funding": [
{ "type": "cashapp", "url": "https://cash.app/$AdamLui" },
{ "type": "github", "url": "http://github.com/sponsors/adamlui" },
{ "type": "ko-fi", "url": "https://ko-fi.com/adamlui" },
{ "type": "paypal", "url": "https://paypal.me/adamlui" }
],
"scripts": {
"prepare": "husky",
"lint": "eslint . --cache",
"lint:all": "eslint .",
"lint:fix": "eslint . --fix --cache",
"lint:fix-all": "eslint . --fix",
"translate": "py greasemonkey/utils/translate-en-messages.py"
},
"devDependencies": {
"@eslint/json": "^1.1.0",
"@eslint/markdown": "^7.5.1",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^9.39.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-regexp": "^3.1.0",
"husky": "^9.1.7"
}
}