-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 933 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
{
"author": {
"name": "Adam Lui",
"email": "[email protected]",
"url": "https://github.com/adamlui"
},
"homepage": "https://www.chatgptautocontinue.com",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "http://github.com/sponsors/adamlui"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/adamlui"
}
],
"scripts": {
"lint": "eslint . --cache",
"lint:all": "eslint .",
"lint:fix": "eslint . --fix --cache",
"lint:fix-all": "eslint . --fix",
"bump": "bash utils/bump.sh",
"bump:chrome": "bash utils/bump.sh --chrome",
"bump:chromium": "bash utils/bump.sh --chrome",
"bump:ff": "bash utils/bump.sh --ff",
"bump:firefox": "bash utils/bump.sh --ff"
},
"devDependencies": {
"@eslint/json": "^0.6.0",
"@eslint/markdown": "^6.2.1",
"eslint": "^9.14.0",
"eslint-plugin-yml": "^1.15.0",
"husky": "^9.1.6"
}
}