Files
botpress--botpress/integrations/docusign/package.json
T
2026-07-13 13:34:48 +08:00

23 lines
540 B
JSON

{
"name": "@botpresshub/docusign",
"scripts": {
"build": "bp add -y && bp build",
"check:type": "tsc --noEmit",
"check:bplint": "bp lint",
"test": "vitest --run"
},
"private": true,
"dependencies": {
"@botpress/client": "workspace:*",
"@botpress/common": "workspace:*",
"@botpress/sdk": "workspace:*",
"axios": "^1.12.2",
"docusign-esign": "^8.4.0"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/sdk": "workspace:*",
"@types/docusign-esign": "^5.19.9"
}
}