-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 883 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 883 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
35
36
{
"name": "cumulus",
"version": "0.0.0",
"private": true,
"description": "ATProto blob proxy on Cloudflare Workers Cache",
"keywords": [],
"license": "MIT",
"author": "Matt Kane",
"type": "module",
"scripts": {
"dev": "vp dev",
"build": "vp build",
"preview": "vp preview",
"test": "vp test",
"check": "vp check",
"fix": "vp check --fix",
"deploy": "cf deploy",
"test:deployed": "vp test --config vitest.deployed.config.ts",
"admin:password": "node scripts/admin-password.mjs"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.53.0",
"@cloudflare/vitest-plugin": "^1.0.0",
"@types/node": "^26.2.0",
"cf": "^0.8.0",
"typescript": "^5.9.3",
"vite": "npm:@voidzero-dev/vite-plus-core@^0.2.9",
"vite-plus": "^0.2.9",
"vitest": "4.1.10",
"wrangler": "^4.124.0"
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@10.33.4"
}