2
0
Files
bot/packages/forge/repository/package.json
Baptiste Arnaud 6a7877dc9b Add Groq block
Closes #1721
2024-08-22 17:40:10 +02:00

25 lines
871 B
JSON

{
"name": "@typebot.io/forge-repository",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "Baptiste Arnaud",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/openai-block": "workspace:*",
"@typebot.io/cal-com-block": "workspace:*",
"@typebot.io/chat-node-block": "workspace:*",
"@typebot.io/qrcode-block": "workspace:*",
"@typebot.io/dify-ai-block": "workspace:*",
"@typebot.io/mistral-block": "workspace:*",
"@typebot.io/elevenlabs-block": "workspace:*",
"@typebot.io/anthropic-block": "workspace:*",
"@typebot.io/together-ai-block": "workspace:*",
"@typebot.io/open-router-block": "workspace:*",
"@typebot.io/nocodb-block": "workspace:*",
"@typebot.io/segment-block": "workspace:*",
"@typebot.io/groq-block": "workspace:*"
}
}