-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 975 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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": "[email protected]"
},
"contribututors": {
"name": "Vitaliy Potapov",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/icyphy/github-issue-junit.git"
},
"lint-staged": {
"*.js": "eslint"
},
"dependencies": {
"axios": ">=0.21.1",
"axios-retry": "^3.0.2",
"cheerio": "^1.0.0-rc.2",
"fs-extra": "^5.0.0",
"ms": "^2.1.1",
"parse-link-header": ">=2.0.0",
"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"
}