2
0
Files
bot/packages/forge/blocks/anthropic/package.json
Baptiste Arnaud bec9cb68ca ⬆️ Upgrade chakra version
2024-06-17 14:12:14 +02:00

22 lines
523 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": {
"@anthropic-ai/sdk": "0.20.6",
"ai": "3.1.12",
"ky": "1.2.4"
}
}