2
0
Files
bot/packages/ai/package.json

15 lines
334 B
JSON
Raw Normal View History

2024-07-15 14:32:42 +02:00
{
"name": "@typebot.io/ai",
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"private": true,
"dependencies": {
"@typebot.io/lib": "workspace:*",
"@typebot.io/forge": "workspace:*",
"@typebot.io/variables": "workspace:*",
"ai": "3.2.22",
"ky": "1.2.4",
"@typebot.io/tsconfig": "workspace:*"
}
}