{ "name": "{{ slug name }}", "version": "0.1.0", "private": true, "sideEffects": false, "type": "module", "scripts": { "build": "run-vite-build", "check:lint": "run-oxlint", "check:types": "run-tsc", "check:workers-types": "run-wrangler-types --check", "deploy": "run-wrangler-deploy", "dev": "run-vite-dev", "fix:workers-types": "run-wrangler-types", "preview": "run-vite-preview", "test": "run-vitest" }, "dependencies": { "@repo/hono-helpers": "workspace:*", "hono": "4.7.8", "workers-tagged-logger": "0.10.0" }, "devDependencies": { "@cloudflare/vite-plugin": "^1.1.0", "@cloudflare/vitest-pool-workers": "0.8.24", "@repo/tools": "workspace:*", "@repo/typescript-config": "workspace:*", "@types/node": "22.15.3", "vite": "^6.3.4", "vitest": "3.1.2", "wrangler": "4.14.1" } }