typebot.io/packages/chat-session/package.json
Baptiste Arnaud 0a75534cce
Add missing deps
2025-02-19 11:02:21 +01:00

24 lines
607 B
JSON

{
"name": "@typebot.io/chat-session",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@typebot.io/zod": "workspace:*",
"@typebot.io/theme": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/blocks-core": "workspace:*",
"@typebot.io/results": "workspace:*",
"@typebot.io/settings": "workspace:*",
"@typebot.io/typebot": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@sentry/nextjs": "9.1.0"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}