Files
2026-07-13 13:34:48 +08:00

33 lines
924 B
JSON

{
"name": "@botpresshub/synchronizer",
"scripts": {
"check:type": "tsc --noEmit",
"build": "bp add -y && bp build",
"test": "vitest --run"
},
"private": true,
"dependencies": {
"@botpress/client": "workspace:*",
"@botpress/sdk": "workspace:*",
"lodash": "^4.17.21"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/common": "workspace:*",
"@botpress/sdk": "workspace:*",
"@botpresshub/creatable": "workspace:*",
"@botpresshub/deletable": "workspace:*",
"@botpresshub/listable": "workspace:*",
"@botpresshub/updatable": "workspace:*",
"@types/lodash": "^4.14.191",
"@types/semver": "^7.3.11",
"semver": "^7.3.8"
},
"bpDependencies": {
"listable": "../../interfaces/listable",
"creatable": "../../interfaces/creatable",
"updatable": "../../interfaces/updatable",
"deletable": "../../interfaces/deletable"
}
}