typebot.io/packages/chat-api/package.json
2026-01-19 10:51:20 +01:00

25 lines
663 B
JSON

{
"name": "@typebot.io/chat-api",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@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:*",
"zod": "^4.3.5"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}