{ "name": "server", "type": "module", "scripts": { "dev": "bun --watch src/index.ts", "build": "bun build src/index.ts --outdir dist --target bun", "start": "bun dist/index.js" }, "dependencies": { "drizzle-kit": "^0.31.10", "drizzle-orm": "^0.45.2", "hono": "^4.12.9" }, "devDependencies": { "@types/bun": "^1.3.11", "typescript": "^6.0.2" } }