70bf21e064
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
19 lines
546 B
JSON
19 lines
546 B
JSON
{
|
|
"name": "@fixture/pages-workerjs-directory",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"check:type": "tsc",
|
|
"dev": "wrangler pages dev public --d1=D1 --d1=PUT=elsewhere --kv KV --kv KV_REF=other_kv --r2 r2bucket --r2=R2_REF=other-r2 --port 8794",
|
|
"test:ci": "vitest run",
|
|
"type:tests": "tsc -p ./tests/tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-tsconfig": "workspace:*",
|
|
"typescript": "catalog:default",
|
|
"undici": "catalog:default",
|
|
"vitest": "catalog:default",
|
|
"wrangler": "workspace:*"
|
|
}
|
|
}
|