{ "name": "wetalk-api", "version": "1.0.0", "private": true, "scripts": { "dev": "bun run --hot src/index.ts", "start": "bun run src/index.ts" }, "dependencies": { "hono": "^4.7.0" } }