{ "version": "1.0.4", "name": "@bun-examples/hono", "devDependencies": { "bun-types": "latest" }, "dependencies": { "hono": "^2.0.0" }, "scripts": { "start": "bun run src/index.ts" }, "module": "src/index.js" }