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

34 lines
985 B
JSON

{
"name": "@botpresshub/slack",
"private": true,
"scripts": {
"build": "bp add -y && bp build",
"check:type": "tsc --noEmit",
"check:bplint": "bp lint",
"check:format": "prettier --check .",
"fix:format": "prettier --write .",
"check:lint": "eslint ./ --ext .ts --ext .tsx",
"fix:lint": "eslint --fix ./ --ext .ts --ext .tsx",
"test": "vitest --run"
},
"dependencies": {
"@botpress/common": "workspace:*",
"@botpress/sdk": "workspace:*",
"@botpress/sdk-addons": "workspace:*",
"@bpinternal/slackdown": "^0.1.0",
"@slack/types": "^2.20.0",
"@slack/web-api": "^6.13.0",
"axios": "^1.3.4",
"fuse.js": "^6.6.2"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/client": "workspace:*",
"@botpress/sdk": "workspace:*"
},
"bpDependencies": {
"typing-indicator": "../../interfaces/typing-indicator",
"proactive-conversation": "../../interfaces/proactive-conversation"
}
}