{ "author": "", "description": "A resumable real-time AI streaming chat with automatic reconnection and history replay using Durable Objects", "license": "ISC", "name": "@cloudflare/agents-resumable-stream-chat", "private": true, "scripts": { "deploy": "vite build && wrangler deploy", "types": "wrangler types env.d.ts --include-runtime false", "start": "vite dev" }, "type": "module", "version": "0.0.0", "dependencies": { "@cloudflare/agents-ui": "*", "@cloudflare/ai-chat": "*", "@cloudflare/kumo": "^1.14.1", "@phosphor-icons/react": "^2.1.10", "agents": "*" }, "devDependencies": { "@tailwindcss/vite": "^4", "tailwindcss": "^4.2.2" } }