forked from cloudflare/serverless-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 870 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
{
"name": "r2-registry",
"version": "1.0.0",
"description": "An open-source R2 registry",
"main": "index.ts",
"scripts": {
"deploy": "wrangler publish",
"dev:miniflare": "cross-env NODE_ENV=development wrangler --env dev dev --port 9999 --live-reload",
"typecheck": "tsc",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules vitest run"
},
"dependencies": {
"@tsndr/cloudflare-worker-jwt": "^2.2.1",
"itty-router": "^4.0.9",
"zod": "^3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231002.0",
"cross-env": "^7.0.3",
"eslint": "^8.38.0",
"miniflare": "3.20230918.0",
"typescript": "^4.9.5",
"vitest": "^0.31.4",
"vitest-environment-miniflare": "^2.14.1",
"wrangler": "^3.16.0"
},
"engines": {
"node": ">=16.13"
},
"author": "",
"license": "Apache-2.0"
}