2024-01-29 13:52:29 +04:00
|
|
|
{
|
|
|
|
|
"name": "@typebot.io/dify-ai-block",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.ts",
|
|
|
|
|
"keywords": [],
|
2024-05-23 10:42:23 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2024-01-29 13:52:29 +04:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@typebot.io/forge": "workspace:*",
|
|
|
|
|
"@typebot.io/lib": "workspace:*",
|
|
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
|
|
|
"@types/react": "18.2.15",
|
2024-06-17 14:12:14 +02:00
|
|
|
"ky": "1.2.4",
|
2024-04-24 16:11:06 +02:00
|
|
|
"typescript": "5.4.5"
|
2024-05-27 15:39:36 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-06-20 12:08:31 +02:00
|
|
|
"ai": "3.2.1"
|
2024-01-29 13:52:29 +04:00
|
|
|
}
|
2024-06-20 12:08:31 +02:00
|
|
|
}
|