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-03-14 19:40:40 +01:00
|
|
|
"ai": "3.0.12",
|
2024-03-07 09:29:48 +01:00
|
|
|
"openai": "4.28.4"
|
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",
|
2024-01-22 09:22:28 +01:00
|
|
|
"@typebot.io/lib": "workspace:*",
|
|
|
|
"@typebot.io/variables": "workspace:*"
|
2023-12-13 10:22:02 +01:00
|
|
|
}
|
|
|
|
}
|