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

22 lines
525 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": {
"ai": "3.1.12",
"openai": "4.47.1"
},
"devDependencies": {
"@typebot.io/forge": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@types/react": "18.2.15",
"typescript": "5.4.5",
"@typebot.io/lib": "workspace:*",
"@typebot.io/variables": "workspace:*",
2024-06-17 14:12:14 +02:00
"ky": "1.2.4"
}
2024-06-17 14:12:14 +02:00
}