2
0
Files
bot/packages/forge/blocks/mistral/package.json
2024-05-21 16:08:35 +02:00

22 lines
476 B
JSON

{
"name": "@typebot.io/mistral-block",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"keywords": [],
"license": "ISC",
"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": {
"@ai-sdk/mistral": "0.0.11",
"ai": "3.1.12",
"ky": "1.2.4"
}
}