25 lines
585 B
JSON
25 lines
585 B
JSON
{
|
|
"name": "@botpresshub/mistral-ai",
|
|
"scripts": {
|
|
"build": "bp add -y && bp build",
|
|
"check:type": "tsc --noEmit",
|
|
"check:bplint": "bp lint",
|
|
"test": "vitest --run"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@botpress/client": "workspace:*",
|
|
"@botpress/common": "workspace:*",
|
|
"@botpress/sdk": "workspace:*",
|
|
"@mistralai/mistralai": "^1.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@botpress/cli": "workspace:*",
|
|
"@botpress/sdk": "workspace:*",
|
|
"@botpresshub/llm": "workspace:*"
|
|
},
|
|
"bpDependencies": {
|
|
"llm": "../../interfaces/llm"
|
|
}
|
|
}
|