-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 768 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 768 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
34
{
"name": "custom-hosts-optimizer",
"version": "1.3.0",
"description": "自定义域名访问加速,智能 IP 优选解决访问慢的问题",
"keywords": [
"hosts",
"dns",
"cloudflare-workers",
"ip-optimization",
"github-hosts",
"custom-domains"
],
"homepage": "https://github.com/Yan-nian/custom-host",
"repository": {
"type": "git",
"url": "https://github.com/Yan-nian/custom-host.git"
},
"author": "Yan-nian",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy --minify"
},
"dependencies": {
"hono": "^4.6.7"
},
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20250620.0",
"wrangler": "^4.21.0"
}
}