generator-csebot
Version:
Generates a bot (Microsoft Bot Framework) with CI/CD in Team Services
79 lines (78 loc) • 2.31 kB
JSON
{
"name": "generator-csebot",
"version": "0.4.9",
"description": "Generates a bot (Microsoft Bot Framework) with CI/CD in Team Services",
"main": "./generators/app/index.js",
"scripts": {
"test": "istanbul cover --report cobertura --report lcov node_modules/mocha/bin/_mocha -- -R xunit-file unit/test",
"unittest": "istanbul cover --report cobertura --report lcov node_modules/mocha/bin/_mocha -- -R xunit-file unit/test",
"inttest": "istanbul cover --report cobertura --report lcov node_modules/mocha/bin/_mocha -- -R xunit-file integration/test",
"version": "",
"postversion": "git push && git push --tags"
},
"files": [
"generators/app",
"generators/bbv3-csharp",
"generators/bbv3-node",
"generators/bbv3-typescript",
"generators/bbv4-csharp",
"generators/bbv4-node",
"generators/bbv4-typescript",
"generators/azure",
"generators/build",
"generators/docker",
"generators/git",
"generators/pipeline",
"generators/profile",
"generators/project",
"generators/registry",
"generators/release"
],
"keywords": [
"yeoman-generator",
"tfs",
"vsts",
"Team Foundation Server",
"Team Services",
"Visual Studio",
"DevOps",
"CSE",
"botbuilder",
"Bot Framework"
],
"author": "@jalmeida",
"repository": {
"type": "git",
"url": "https://github.com/joalmeid/generator-csebot"
},
"bugs": {
"url": "https://github.com/joalmeid/generator-csebot/issues"
},
"license": "MIT",
"dependencies": {
"async": "^2.6.0",
"generator-botbuilder": "^4.0.0",
"node-env-file": "^0.1.8",
"pad": "^2.0.3",
"request": "^2.85.0",
"uuid": "^3.2.1",
"yeoman-generator": "^2.0.3",
"yosay": "^2.0.1"
},
"devDependencies": {
"azure-arm-resource": "^3.1.1-preview",
"cheerio": "^1.0.0-rc.2",
"fs-extra": "^5.0.0",
"istanbul": "*",
"jshint": "^2.9.4",
"mocha": "^5.0.5",
"ms-rest-azure": "^2.5.5",
"proxyquire": "^2.0.1",
"sinon": "^4.4.8",
"sinon-test": "^2.1.3",
"xunit-file": "^1.0.0",
"yeoman-assert": "^3.1.0",
"yeoman-test": "^1.7.0",
"yo": "^2.0.4"
}
}