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

26 lines
623 B
JSON

{
"name": "@botpresshub/file-synchronizer",
"scripts": {
"check:type": "tsc --noEmit",
"build": "bp add -y && bp build",
"test": "vitest --run"
},
"private": true,
"dependencies": {
"@botpress/client": "workspace:*",
"@botpress/sdk": "workspace:*",
"picomatch": "^4.0.2"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/sdk": "workspace:*",
"@botpresshub/hitl": "workspace:*",
"@types/picomatch": "^3.0.2",
"@types/semver": "^7.3.11",
"semver": "^7.3.8"
},
"bpDependencies": {
"files-readonly": "../../interfaces/files-readonly"
}
}