merge-cobertura
Version:
Merges cobertura XML files
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "merge-cobertura",
"version": "1.0.4",
"description": "Merges cobertura XML files",
"main": "build/src/index.js",
"typings": "build/src",
"scripts": {
"build": "tsc",
"prepare": "tsc",
"test": "mocha --colors -r ts-node/register \"test/**/*.ts\"",
"lint": "eslint src --cache --ext .ts",
"prepublishOnly": "npm run build && npm test"
},
"author": "Terry Zhang",
"license": "MIT",
"keywords": [
"cobertura",
"merge cobertura"
],
"bin": {
"merge-cobertura": "build/src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Teamop/merge-cobertura.git"
},
"dependencies": {
"fast-xml-parser": "^4.4.1",
"minimist": "^1.2.8",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@types/chai": "^4.3.12",
"@types/chai-almost": "^1.0.3",
"@types/chai-arrays": "^2.0.3",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.6",
"chai": "^4.4.1",
"chai-almost": "^1.0.1",
"chai-arrays": "^2.2.0",
"eslint": "^8.57.0",
"mocha": "^10.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}