Files
botpress--botpress/plugins/knowledge-connector/package.json
T
2026-07-13 13:34:48 +08:00

21 lines
468 B
JSON

{
"name": "@botpresshub/knowledge-connector",
"scripts": {
"check:type": "tsc --noEmit",
"build": "bp add -y && bp build",
"test": "vitest --run"
},
"private": true,
"dependencies": {
"@botpress/client": "workspace:*",
"@botpress/sdk": "workspace:*"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/sdk": "workspace:*"
},
"bpDependencies": {
"files-readonly": "../../interfaces/files-readonly"
}
}