generator-csebot
Version:
Generates a bot (Microsoft Bot Framework) with CI/CD in Team Services
35 lines (34 loc) • 835 B
JSON
{
"name": "<%= name_lowercase %>",
"version": "0.0.0",
"description": "CSE Node.js bot (botbuilder v3)",
"main": "index.js",
"scripts": {
"preinstall": "npm i -g istanbul",
"start": "node app.js",
"test": "istanbul cover --report cobertura --report lcov node_modules/mocha/bin/_mocha -- -R mocha-junit-reporter"
},
"dependencies": {
"applicationinsights": "^1.0.3",
"botbuilder": "^3.15.0",
"botbuilder-azure": "^3.1.0",
"botbuilder-instrumentation": "^1.1.18",
"dotenv-extended": "^2.0.2",
"restify": "^7.2.1"
},
"devDependencies": {
"assert": "^1.4.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
"nock": "^9.4.2"
},
"keywords": [
"botbuilder",
"bots",
"chatbots",
"node",
"yeoman",
"cse-bot"
]
}