UNPKG

@wearekadence/botbuilder-adapter-webex

Version:
57 lines (56 loc) 1.38 kB
{ "name": "@wearekadence/botbuilder-adapter-webex", "version": "1.2.1-alpha.0", "description": "Connect Botkit or BotBuilder to Webex Teams", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "files": [ "/lib", "/src" ], "scripts": { "build": "tsc", "test": "tsc ; nyc mocha tests/*.tests.js", "eslint": "eslint --fix src/*", "pack": "npm pack" }, "author": "Microsoft Corp.", "license": "MIT", "keywords": [ "webex", "botkit", "botbuilder", "botframework", "bots", "chatbots", "azure" ], "homepage": "https://github.com/howdyai/botkit/blob/master/packages/botbuilder-adapter-webex#readme", "bugs": { "url": "https://github.com/howdyai/botkit/issues" }, "repository": { "type": "git", "url": "git+https://github.com/howdyai/botkit.git" }, "dependencies": { "@wearekadence/botkit": "^4.17.1-alpha.0", "botbuilder": "^4.22.1", "debug": "^4.1.0", "url": "^0.11.0", "webex": "^1.80.148" }, "devDependencies": { "eslint": "^8.34.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.6.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-standard": "^5.0.0" }, "directories": { "lib": "lib", "test": "tests" }, "gitHead": "207626f727d9665e3db817988e3d47ba9aa53eb8" }