{ "name": "leads-api", "version": "0.1.0", "type": "module", "scripts": { "start": "bun run src/index.ts", "dev": "bun --watch run src/index.ts" }, "dependencies": { "hono": "^4", "postgres": "^3" } }