{ "name": "cebol", "module": "index.ts", "type": "module", "scripts": { "dev": "bun run --watch index.ts", "build": "bun build index.ts --outdir ./dist --minify --target=bun", "start": "bun run dist/index.js" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { "hono": "^4.2.3" } }