typebot.io/packages/ai/package.json
2024-10-09 08:31:03 +02:00

21 lines
429 B
JSON

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