You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This project implements a Botkit + Webex Teams adapter bot, based on the [generator-botkit](https://www.npmjs.com/package/generator-botkit) Yoeman template, providing a few extra good-practice features, plus several interesting samples:",
"main": "bot.js",
"dependencies": {
"axios": "^0.19.2",
"botbuilder-adapter-webex": "^1.0.9",
"botbuilder-storage-mongodb": "^1.0.4",
"botbuilder-storage-redis": "^1.0.10",
"botkit": "^4.10.0",
"dotenv": "^8.2.0",
"redis": "^3.0.2",
"uuid": "^8.3.0"
},
"devDependencies": {},
"scripts": {
"start": "node bot.js",
"test": "echo \"Error: no test specified\" && exit 1"