2
0
Files
bot/packages/forge/blocks/anthropic/package.json
Baptiste Arnaud ff3807a265 ⬆️ Upgrade ai package
2024-03-14 19:40:40 +01:00

21 lines
463 B
JSON

{
"name": "@typebot.io/anthropic-block",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"keywords": [],
"author": "Enchatted P.C.",
"license": "ISC",
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/react": "18.2.15",
"typescript": "5.3.2"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.16.1",
"ai": "3.0.12"
}
}