{ "name": "@repo/{{ slug name }}", "version": "0.1.0", "private": true, "sideEffects": false, "type": "module", "main": "src/index.ts", "scripts": { "check:lint": "run-oxlint", "check:types": "run-tsc", "test": "run-vitest" }, "dependencies": {}, "devDependencies": { "@repo/tools": "workspace:*", "@repo/typescript-config": "workspace:*", "vitest": "3.1.3"{{#if usedInWorkers}}, "@cloudflare/vitest-pool-workers": "0.8.24", "@cloudflare/workers-types": "4.20250503.0"{{/if}} } }