forked from whyun-pages/docker-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 772 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
{
"name": "docker-registry",
"version": "2.0.0",
"description": "proxy dockerhub via cloudflare pages",
"directories": {
"doc": "docs"
},
"scripts": {
"page-dev": "wrangler pages dev public",
"eslint": "eslint --fix"
},
"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": {
"@eslint/js": "^9.6.0",
"env-cmd": "^10.1.0",
"eslint": "^9.6.0",
"globals": "^15.6.0",
"wrangler": "^3.62.0"
}
}