27 lines
672 B
JSON
27 lines
672 B
JSON
{
|
|
"name": "@botpresshub/groq",
|
|
"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:*",
|
|
"@botpresshub/speech-to-text": "workspace:*"
|
|
},
|
|
"bpDependencies": {
|
|
"llm": "../../interfaces/llm",
|
|
"speech-to-text": "../../interfaces/speech-to-text"
|
|
}
|
|
}
|