29 lines
777 B
JSON
29 lines
777 B
JSON
{
|
|
"name": "@botpresshub/openai",
|
|
"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": "^6.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@botpress/cli": "workspace:*",
|
|
"@botpress/sdk": "workspace:*",
|
|
"@botpresshub/llm": "workspace:*",
|
|
"@botpresshub/speech-to-text": "workspace:*",
|
|
"@botpresshub/text-to-image": "workspace:*"
|
|
},
|
|
"bpDependencies": {
|
|
"llm": "../../interfaces/llm",
|
|
"speech-to-text": "../../interfaces/speech-to-text",
|
|
"text-to-image": "../../interfaces/text-to-image"
|
|
}
|
|
}
|