Files
bot/packages/forge/blocks/openai/package.json

25 lines
595 B
JSON
Raw Normal View History

{
"name": "@typebot.io/openai-block",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"keywords": [],
"author": "Baptiste Arnaud",
"license": "AGPL-3.0-or-later",
"dependencies": {
2024-07-15 14:32:42 +02:00
"@ai-sdk/openai": "0.0.36",
2024-08-22 14:36:40 +02:00
"@typebot.io/ai": "workspace:*",
"ai": "3.3.15",
"openai": "4.52.7"
},
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@types/react": "18.2.15",
"ky": "1.2.4",
"typescript": "5.4.5"
}
}