{ "name": "backend", "version": "1.0.0", "private": true, "scripts": { "dev": "bun run --watch src/index.ts", "build": "bun build src/index.ts --outdir dist --target bun", "start": "bun run dist/index.js", "typecheck": "tsc --noEmit" }, "dependencies": { "hono": "^4.6.14" }, "devDependencies": { "@types/bun": "latest", "typescript": "^5.6.3" } }