blob: d88063df08f4733ca0a28c714bc905f9ce199e3a [file] [log] [blame]
{
"name": "action-junit-report",
"version": "3.0.0",
"private": true,
"description": "junit report action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikepenz/action-junit-report"
},
"bugs": {
"url": "https://github.com/mikepenz/action-junit-report/issues"
},
"keywords": [
"GitHub",
"Actions",
"Junit",
"test"
],
"author": "Mike Penz",
"license": "Apache 2.0",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"@actions/glob": "^0.3.0",
"@octokit/rest": "^19.0.4",
"nock": "^13.2.9",
"webpack": "^5.74.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/jest": "^28.1.7",
"@types/node": "^18.7.6",
"@typescript-eslint/parser": "^5.33.1",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.22.0",
"eslint-plugin-github": "^4.3.7",
"eslint-plugin-jest": "^26.8.3",
"jest": "^28.1.3",
"jest-circus": "^28.1.3",
"js-yaml": "^4.1.0",
"prettier": "2.7.1",
"ts-jest": "^28.0.8",
"typescript": "^4.7.4"
}
}