@icyphy/github-issue-junit
Version:
Read JUnit HTML output and add a comment to an open issue on GitHub.
39 lines (38 loc) • 1.01 kB
JSON
{
"name": "@icyphy/github-issue-junit",
"version": "0.1.7",
"description": "Read JUnit HTML output and add a comment to an open issue on GitHub.",
"author": {
"name": "Christopher Brooks",
"email": "cxh@eecs.berkeley.edu"
},
"contribututors": {
"name": "Vitaliy Potapov",
"email": "noginsk@rambler.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/icyphy/github-issue-junit.git"
},
"lint-staged": {
"*.js": "eslint"
},
"dependencies": {
"axios": "^0.18.0",
"axios-retry": "^3.0.2",
"cheerio": "^1.0.0-rc.2",
"fs-extra": "^5.0.0",
"ms": "^2.1.1",
"parse-link-header": "^1.0.1",
"promise-retry": "^1.1.1",
"ramda": "^0.25.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"husky": "^0.14.3",
"lint-staged": "^7.0.0",
"mocha": "^5.0.5"
},
"license": "MIT"
}