25 lines
569 B
JSON
25 lines
569 B
JSON
{
|
|
"name": "@botpresshub/cerebras",
|
|
"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:*",
|
|
"openai": "^5.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"@botpress/cli": "workspace:*",
|
|
"@botpress/sdk": "workspace:*",
|
|
"@botpresshub/llm": "workspace:*"
|
|
},
|
|
"bpDependencies": {
|
|
"llm": "../../interfaces/llm"
|
|
}
|
|
}
|