2
0
Files
bot/packages/forge/schemas/package.json
Baptiste Arnaud b68f16f4f7 Add Mistral AI block
Closes #1179
2024-01-29 09:37:19 +01:00

20 lines
586 B
JSON

{
"name": "@typebot.io/forge-schemas",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"keywords": [],
"author": "Baptiste Arnaud",
"license": "ISC",
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/forge-repository": "workspace:*",
"@typebot.io/openai-block": "workspace:*",
"@typebot.io/zemantic-ai-block": "workspace:*",
"@typebot.io/cal-com-block": "workspace:*",
"@typebot.io/chat-node-block": "workspace:*",
"@typebot.io/qrcode-block": "workspace:*",
"@typebot.io/mistral-block": "workspace:*"
}
}