forked from ashley-taylor/junit-report-annotations-action
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 836 Bytes
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
{
"name": "junit-report-annotations-action",
"version": "1.0.0",
"description": "Create an annotation of the build information and also list first n failed tests as seporate annotations",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashley-taylor/junit-report-annotations-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashley-taylor/junit-report-annotations-action/issues"
},
"homepage": "https://github.com/ashley-taylor/junit-report-annotations-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^2.2.0",
"@actions/glob": "^0.1.0",
"axios": "^0.19.2",
"xml-js": "^1.6.11"
}
}