49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "action-surefire-report",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ScaCap/action-surefire-report"
|
|
},
|
|
"keywords": [
|
|
"GitHub",
|
|
"Actions",
|
|
"Junit",
|
|
"Surefire"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/ScaCap/action-surefire-report/issues"
|
|
},
|
|
"jest-junit": {
|
|
"suiteNameTemplate": "{filepath}",
|
|
"classNameTemplate": "{classname}",
|
|
"titleTemplate": "{title}"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "1.2.6",
|
|
"@actions/github": "2.2.0",
|
|
"@actions/glob": "0.1.1",
|
|
"xml-js": "1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/fixtures": "21.3.1",
|
|
"@zeit/ncc": "0.22.3",
|
|
"enzyme": "3.11.0",
|
|
"eslint": "7.17.0",
|
|
"jest": "26.6.3",
|
|
"jest-junit": "12.0.0",
|
|
"nock": "13.0.5"
|
|
}
|
|
}
|