chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user