{ "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": "4.1.9"{{#if usedInWorkers}}, "@cloudflare/vitest-pool-workers": "0.16.20", "@cloudflare/workers-types": "4.20260630.1"{{/if}} } }