botbuilder-adapter-slack
Version:
Connect Botkit or BotBuilder to Slack
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "botbuilder-adapter-slack",
"version": "1.0.14",
"description": "Connect Botkit or BotBuilder to Slack",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
"/lib",
"/src"
],
"scripts": {
"build": "tsc",
"test": "tsc ; nyc mocha tests/*.tests.js",
"eslint": "./node_modules/.bin/eslint --fix src/*",
"pack": "npm pack"
},
"author": "Microsoft Corp.",
"license": "MIT",
"keywords": [
"slack",
"botkit",
"botbuilder",
"botframework",
"bots",
"chatbots",
"azure"
],
"homepage": "https://github.com/howdyai/botkit/blob/master/packages/botbuilder-adapter-slack#readme",
"bugs": {
"url": "https://github.com/howdyai/botkit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/howdyai/botkit.git"
},
"dependencies": {
"@slack/web-api": "^6.5.1",
"botbuilder": "^4.15.0",
"botkit": "^4.15.0",
"debug": "^4.1.0"
},
"devDependencies": {
"eslint": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-standard": "^4.0.1"
}
}