2
0
Files
bot/packages/forge/blocks/anthropic/package.json
Baptiste Arnaud 77614f671f ⬆️ Upgrade ai package
2024-08-22 17:40:10 +02:00

25 lines
608 B
JSON

{
"name": "@typebot.io/anthropic-block",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"keywords": [],
"author": "Enchatted P.C.",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"typescript": "5.4.5"
},
"dependencies": {
"@ai-sdk/anthropic": "0.0.30",
"@typebot.io/ai": "workspace:*",
"@typebot.io/openai-block": "workspace:*",
"ai": "3.3.15",
"ky": "1.2.4"
}
}