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

14 lines
293 B
JSON
Raw Normal View History

{
"name": "@typebot.io/chat-node-block",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@types/react": "18.3.4",
2024-06-17 14:12:14 +02:00
"ky": "1.2.4"
}
}