{ "name": "ai-playground", "module": "index.ts", "type": "module", "private": true, "scripts": { "dev": "bun --hot ./index.ts", "start": "bun ./index.ts" }, "devDependencies": { "@types/bun": "^1.3.14", "typescript": "^6.0.3" }, "dependencies": { "@microsoft/fetch-event-source": "^2.0.1", "hono": "^4.12.19" } }