35 строки
967 B
JSON
35 строки
967 B
JSON
{
|
|
"name": "echoproxybot",
|
|
"version": "1.0.0",
|
|
"description": "Bot Builder v4 echo proxy bot sample",
|
|
"author": "Microsoft",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ./index.js",
|
|
"watch": "nodemon ./index.js",
|
|
"lint": "eslint .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com"
|
|
},
|
|
"dependencies": {
|
|
"@azure/msal-node": "^1.18.4",
|
|
"botbuilder": "~4.23.0",
|
|
"dotenv": "^8.2.0",
|
|
"node-global-proxy": "^1.0.1",
|
|
"restify": "~10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.0.0",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"nodemon": "~2.0.4"
|
|
}
|
|
}
|