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

17 lines
359 B
JSON
Raw Normal View History

2024-08-22 15:31:05 +02:00
{
"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"
2024-08-22 15:31:05 +02:00
},
"dependencies": {
"ky": "1.2.4"
}
}