24 lines
557 B
JSON
24 lines
557 B
JSON
{
|
|
"name": "@botpresshub/dropbox",
|
|
"dependencies": {
|
|
"@botpress/common": "workspace:*",
|
|
"@botpress/sdk": "workspace:*",
|
|
"@botpress/sdk-addons": "workspace:*",
|
|
"dropbox": "^10.34.0"
|
|
},
|
|
"devDependencies": {
|
|
"@botpress/cli": "workspace:*",
|
|
"@botpress/sdk": "workspace:*"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bp add -y && bp build",
|
|
"check:bplint": "bp lint",
|
|
"check:type": "tsc --noEmit",
|
|
"test": "vitest --run"
|
|
},
|
|
"bpDependencies": {
|
|
"files-readonly": "../../interfaces/files-readonly"
|
|
}
|
|
}
|