2024-01-25 16:35:16 +01:00
|
|
|
{
|
|
|
|
"name": "@typebot.io/mistral-block",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.ts",
|
|
|
|
"keywords": [],
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"@typebot.io/forge": "workspace:*",
|
|
|
|
"@typebot.io/lib": "workspace:*",
|
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
2024-04-05 09:01:16 +02:00
|
|
|
"@types/node": "^20.12.4",
|
2024-01-25 16:35:16 +01:00
|
|
|
"@types/react": "18.2.15",
|
2024-04-24 16:11:06 +02:00
|
|
|
"typescript": "5.4.5"
|
2024-01-25 16:35:16 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-24 16:11:06 +02:00
|
|
|
"ai": "3.0.31"
|
2024-01-25 16:35:16 +01:00
|
|
|
}
|
|
|
|
}
|