typebot.io/packages/whatsapp/package.json
2025-04-27 15:17:53 +02:00

35 lines
1.1 KiB
JSON

{
"name": "@typebot.io/whatsapp",
"version": "0.0.1",
"type": "module",
"private": true,
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@typebot.io/blocks-core": "workspace:*",
"@typebot.io/bot-engine": "workspace:*",
"@typebot.io/conditions": "workspace:*",
"@typebot.io/env": "workspace:*",
"@typebot.io/groups": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/rich-text": "workspace:*",
"@typebot.io/settings": "workspace:*",
"@typebot.io/typebot": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@typebot.io/zod": "workspace:*",
"@typebot.io/blocks-bubbles": "workspace:*",
"@typebot.io/blocks-inputs": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/chat-session": "workspace:*",
"@typebot.io/credentials": "workspace:*",
"@typebot.io/chat-api": "workspace:*",
"@sentry/nextjs": "9.5.0",
"ky": "1.2.4",
"@typebot.io/runtime-session-store": "workspace:*"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}