mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
25 lines
663 B
JSON
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:*"
|
|
}
|
|
}
|