2023-12-13 10:22:02 +01:00
|
|
|
{
|
|
|
|
"name": "@typebot.io/openai-block",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.ts",
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Baptiste Arnaud",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2024-01-11 08:29:41 +01:00
|
|
|
"ai": "2.2.31",
|
|
|
|
"openai": "4.24.1"
|
2023-12-13 10:22:02 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@typebot.io/forge": "workspace:*",
|
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
|
|
"@types/react": "18.2.15",
|
|
|
|
"typescript": "5.3.2",
|
|
|
|
"@typebot.io/lib": "workspace:*"
|
|
|
|
}
|
|
|
|
}
|