{ "name": "@fixture/d1-read-replication", "private": true, "scripts": { "check:type": "tsc", "start": "wrangler dev", "test:ci": "vitest run", "test:watch": "vitest", "type:tests": "tsc -p ./tests/tsconfig.json" }, "devDependencies": { "@cloudflare/workers-tsconfig": "workspace:*", "@cloudflare/workers-types": "catalog:default", "typescript": "catalog:default", "undici": "catalog:default", "vitest": "catalog:default", "wrangler": "workspace:*" } }