{ "name": "bot-authentication-msgraph", "version": "1.0.0", "description": "Bot Builder v4 using OAuthCard with AAD and accessing user details via MS Graph APIs sample", "author": "Microsoft", "license": "MIT", "main": "index.js", "scripts": { "start": "node ./index.js", "watch": "nodemon ./index.js", "lint": "eslint .", "lintfix": "eslint . --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/Microsoft/BotBuilder-Samples.git" }, "dependencies": { "@microsoft/microsoft-graph-client": "~2.0.0", "botbuilder": "^4.8.0", "botbuilder-dialogs": "^4.8.0", "dotenv": "^8.2.0", "express": "^4.17.1", "request": "^2.88.2", "restify": "~8.4.0", "restify-cors-middleware": "^1.1.1" }, "devDependencies": { "eslint": "^6.6.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "nodemon": "~1.19.4" } }