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

19 lines
398 B
JSON

{
"name": "@botpresshub/zoom",
"scripts": {
"build": "bp add -y && bp build",
"check:bplint": "bp lint",
"check:type": "tsc --noEmit"
},
"private": true,
"dependencies": {
"@botpress/client": "workspace:*",
"@botpress/sdk": "workspace:*",
"axios": "^1.13.2",
"exponential-backoff": "^3.1.1"
},
"devDependencies": {
"@botpress/cli": "workspace:*"
}
}