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