mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 10:50:38 +09:00
22 lines
510 B
JSON
22 lines
510 B
JSON
|
|
{
|
||
|
|
"name": "paperclip-cloudflare-sandbox-bridge-template",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "wrangler dev",
|
||
|
|
"deploy": "wrangler deploy",
|
||
|
|
"build": "tsc --noEmit",
|
||
|
|
"typecheck": "tsc --noEmit",
|
||
|
|
"test": "vitest run --config vitest.config.ts"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@cloudflare/sandbox": "^0.7.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@cloudflare/workers-types": "^4.20260501.0",
|
||
|
|
"typescript": "^5.7.3",
|
||
|
|
"vitest": "^3.2.4",
|
||
|
|
"wrangler": "^4.15.0"
|
||
|
|
}
|
||
|
|
}
|