Files
bot/packages/forge/blocks/groq/package.json
2024-08-28 18:10:49 +02:00

17 lines
359 B
JSON

{
"name": "@typebot.io/groq-block",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/openai-block": "workspace:*",
"@types/react": "18.3.4"
},
"dependencies": {
"ky": "1.2.4"
}
}