typebot.io/packages/ai/package.json
2025-10-06 11:23:24 +02:00

22 lines
487 B
JSON

{
"name": "@typebot.io/ai",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
"./*": "./src/*.ts"
},
"dependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@typebot.io/zod": "workspace:*",
"ai": "^4.3.19",
"ky": "^1.2.4",
"@typebot.io/runtime-session-store": "workspace:*"
},
"devDependencies": {
"@typebot.io/tsconfig": "workspace:*"
}
}