Files
bot/packages/forge/blocks/mistral/package.json

21 lines
481 B
JSON
Raw Normal View History

{
"name": "@typebot.io/mistral-block",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@types/node": "20.4.2",
"@types/react": "18.3.4"
},
"dependencies": {
2024-07-15 14:32:42 +02:00
"@ai-sdk/mistral": "0.0.22",
2024-08-22 14:36:40 +02:00
"@typebot.io/ai": "workspace:*",
"@typebot.io/openai-block": "workspace:*",
2024-08-22 14:36:40 +02:00
"ai": "3.3.15",
"ky": "1.2.4"
}
}