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

24 lines
574 B
JSON
Raw Normal View History

{
"name": "@typebot.io/mistral-block",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"keywords": [],
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"typescript": "5.4.5"
},
"dependencies": {
2024-07-15 14:32:42 +02:00
"@ai-sdk/mistral": "0.0.22",
"@typebot.io/openai-block": "workspace:*",
2024-07-15 14:32:42 +02:00
"ai": "3.2.22",
"ky": "1.2.4",
"@typebot.io/ai": "workspace:*"
}
}