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

20 lines
452 B
JSON

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