chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user