Files
bot/packages/forge/blocks/anthropic/package.json
2024-04-24 16:11:06 +02:00

21 lines
462 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.4.5"
},
"dependencies": {
"@anthropic-ai/sdk": "0.20.6",
"ai": "3.0.31"
}
}