-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
46 lines (46 loc) · 1.59 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
{
"author": {
"name": "ChinaGodMan",
"email": "[email protected]",
"url": "https://github.com/ChinaGodMan"
},
"homepage": "https://github.com/ChinaGodMan/UserScripts",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "http://github.com/sponsors/ChinaGodMan"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/ChinaGodMan"
}
],
"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"
},
"scripts": {
"lint": "eslint . --cache",
"lint:all": "eslint .",
"lint:fix": "eslint . --fix --cache",
"lint:fix-all": "eslint . --fix",
"docs:update-relatedscripts": "python utils/update_related_scripts.py",
"docs:update-relatedscripts:all": "python utils/update_related_all_scripts.py",
"docs:update-scripts:help": "python utils/update_help.py",
"docs:update-scripts:shields": "python utils/update_shields.py",
"docs:update-scripts:navigation": "python utils/navigation.py",
"docs:update-scripts:history": "python utils/merge_change_history.py",
"docs:update-repo:translate": "python utils/translate_force_chinese_to_lang.py",
"docs:update-scripts:translate": "python utils/translate_chinese_to_filelang.py",
"json:update-greasyfork-scripts:time": "python utils/upadate_greasyfork.py",
"format:script": "python utils/copy_js_files.py"
}
}