-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1021 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
38
39
40
41
42
{
"name": "proxy-request",
"version": "1.0.0",
"description": "proxy request any http request",
"directories": {
"doc": "docs"
},
"scripts": {
"page-dev": "wrangler pages dev public",
"build": "tsc",
"eslint": "eslint --fix",
"gen-token": "env-cmd node test/gen.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whyun-pages/docker-registry.git"
},
"keywords": [
"dockerhub",
"cloudflare"
],
"author": "yunnysunny",
"license": "MIT",
"bugs": {
"url": "https://github.com/whyun-pages/docker-registry/issues"
},
"homepage": "https://github.com/whyun-pages/docker-registry#readme",
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
"@eslint/js": "^9.6.0",
"@types/node": "^20.14.10",
"env-cmd": "^10.1.0",
"eslint": "^9.6.0",
"globals": "^15.6.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"wrangler": "^3.62.0"
},
"dependencies": {
"jose": "^5.6.3"
}
}