Files
bot/packages/forge/blocks/difyAi/package.json
2024-05-27 15:39:36 +02:00

20 lines
428 B
JSON

{
"name": "@typebot.io/dify-ai-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/tsconfig": "workspace:*",
"@types/react": "18.2.15",
"ky": "1.2.3",
"typescript": "5.4.5"
},
"dependencies": {
"ai": "3.1.12"
}
}