{ "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" } }