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

33 lines
861 B
JSON

{
"name": "@botpresshub/zendesk",
"description": "Zendesk integration for Botpress",
"scripts": {
"check:type": "tsc --noEmit",
"check:bplint": "bp lint",
"build": "bp add -y && bp build",
"test": "vitest --run"
},
"private": true,
"dependencies": {
"@botpress/client": "workspace:*",
"@botpress/common": "workspace:*",
"@botpress/sdk": "workspace:*",
"@botpress/sdk-addons": "workspace:*",
"axios": "^1.4.0",
"axios-retry": "^4.5.0",
"lodash": "^4.17.21",
"preact": "^10.26.6",
"preact-render-to-string": "^6.5.13"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/common": "workspace:*",
"@botpress/sdk": "workspace:*",
"@botpresshub/hitl": "workspace:*",
"@types/lodash": "^4.14.191"
},
"bpDependencies": {
"hitl": "../../interfaces/hitl"
}
}