midemo/bot-js/package.json

40 строки
1.2 KiB
JSON

{
"name": "midemo",
"version": "1.0.0",
"description": "Azure Demos",
"author": "Generated using Microsoft Bot Builder Yeoman generator v4.5.0",
"license": "MIT",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"watch": "nodemon ./index.js",
"lint": "eslint .",
"test": "nodemon ./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com"
},
"dependencies": {
"@microsoft/microsoft-graph-client": "^2.0.0",
"@microsoft/recognizers-text-data-types-timex-expression": "1.1.4",
"azure-storage": "^2.10.3",
"botbuilder": "~4.5.1",
"botbuilder-ai": "~4.5.1",
"botbuilder-choices": "^4.0.0-preview1.2",
"botbuilder-dialogs": "~4.5.1",
"dotenv": "~8.0.0",
"request-promise-native": "^1.0.7",
"restify": "~8.3.3"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.19.2"
}
}