-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 895 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 895 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
33
{
"name": "ghproxy-releases",
"version": "0.2.10",
"private": true,
"type": "module",
"description": "通过代理为 GitHub Releases 提供加速",
"author": {
"name": "Zheng Junyi",
"email": "zhengjunyi@live.com"
},
"repository": {
"type": "git",
"url": "https://github.com/mogeko/userscripts.git",
"directory": "packages/ghproxy-releases"
},
"homepage": "https://github.com/mogeko/userscripts/tree/master/packages/ghproxy-releases#readme",
"bugs": {
"url": "https://github.com/mogeko/userscripts/issues",
"email": "zhengjunyi@live.com"
},
"keywords": ["userscript", "tampermonkey", "github"],
"license": "MIT",
"scripts": {
"build": "vite build"
},
"devDependencies": {
"@mogeko/tsconfig": "^0.0.7",
"@types/node": "^24.9.1",
"typescript": "^5.9.3",
"vite": "^7.1.11",
"vite-plugin-monkey": "^7.1.4"
}
}