19 lines
398 B
JSON
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:*"
|
|
}
|
|
}
|