action-surefire-report/package.json

49 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2020-05-11 20:32:03 +08:00
{
"name": "action-surefire-report",
"version": "1.0.0",
"description": "",
2020-05-19 21:00:21 +08:00
"author": "Scalable Capital",
"license": "Apache-2.0",
"main": "index.js",
"homepage": "https://github.com/ScaCap/action-surefire-report#readme",
"scripts": {
"eslint": "eslint .",
"package": "ncc build index.js -o dist",
"test": "jest",
"test-ci": "jest --ci --reporters=jest-junit"
},
2020-05-11 20:32:03 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/ScaCap/action-surefire-report"
},
2020-05-19 21:00:21 +08:00
"keywords": [
"GitHub",
"Actions",
"Junit",
"Surefire"
],
"bugs": {
"url": "https://github.com/ScaCap/action-surefire-report/issues"
},
"jest-junit": {
"suiteNameTemplate": "{filepath}",
"classNameTemplate": "{classname}",
"titleTemplate": "{title}"
},
2020-05-11 20:32:03 +08:00
"dependencies": {
"@actions/core": "1.2.6",
2020-05-19 21:00:21 +08:00
"@actions/github": "2.2.0",
2021-01-19 19:09:50 +08:00
"@actions/glob": "0.1.1",
2020-05-19 21:00:21 +08:00
"xml-js": "1.6.11"
},
"devDependencies": {
2021-01-19 19:09:50 +08:00
"@octokit/fixtures": "21.3.1",
"@zeit/ncc": "0.22.3",
2020-05-19 21:00:21 +08:00
"enzyme": "3.11.0",
2021-01-19 19:09:50 +08:00
"eslint": "7.17.0",
"jest": "26.6.3",
"jest-junit": "12.0.0",
"nock": "13.0.5"
2020-05-11 20:32:03 +08:00
}
}