cucumber-json-to-teamcity-cli
Version:
Pipe a cucumber.js json-report to teamcity service messages
61 lines (60 loc) • 1.35 kB
JSON
{
"name": "cucumber-json-to-teamcity-cli",
"version": "0.3.0",
"description": "Pipe a cucumber.js json-report to teamcity service messages",
"bin": {
"cucumber-json-to-teamcity": "cli.js"
},
"scripts": {
"test": "npm run xo && cucumber-js features/cli.feature",
"xo": "xo **/*.js",
"prepublish": "in-publish && npm run test || not-in-publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oledid-js/cucumber-json-to-teamcity-cli.git"
},
"keywords": [
"cucumber",
"teamcity",
"cli"
],
"author": "Ole Morten Didriksen",
"license": "MIT",
"bugs": {
"url": "https://github.com/oledid-js/cucumber-json-to-teamcity-cli/issues"
},
"homepage": "https://github.com/oledid-js/cucumber-json-to-teamcity-cli#readme",
"dependencies": {
"cucumber-json-to-teamcity": "^0.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"cucumber": "^1.2.1",
"in-publish": "^2.0.0",
"tap-teamcity": "^1.2.0",
"xo": "^0.16.0"
},
"xo": {
"esnext": true,
"envs": [
"node"
],
"rules": {
"quotes": [
2,
"double",
{
"allowTemplateLiterals": true
}
],
"xo/filename-case": [
"error",
{
"case": "camelCase"
}
],
"babel/new-cap": 0
}
}
}