{ "name": "@typebot.io/chat-api", "version": "0.0.1", "private": true, "type": "module", "exports": { "./*": "./src/*.ts" }, "dependencies": { "@typebot.io/zod": "workspace:*", "@typebot.io/typebot": "workspace:*", "@typebot.io/blocks-bubbles": "workspace:*", "@typebot.io/blocks-inputs": "workspace:*", "@typebot.io/blocks-logic": "workspace:*", "@typebot.io/blocks-integrations": "workspace:*", "@typebot.io/variables": "workspace:*", "@typebot.io/logs": "workspace:*", "@typebot.io/settings": "workspace:*", "@typebot.io/theme": "workspace:*" }, "devDependencies": { "@typebot.io/tsconfig": "workspace:*" } }