junit-xml
Version:
JUnit XML report builder with TypeScript support
42 lines (41 loc) • 965 B
JSON
{
"name": "junit-xml",
"version": "1.2.0",
"description": "JUnit XML report builder with TypeScript support",
"scripts": {
"test": "jest",
"build": "tsc",
"prepublishOnly": "yarn run build"
},
"keywords": [
"junit",
"typescript",
"xml",
"xunit",
"report",
"builder"
],
"homepage": "https://gitlab.com/Vinnl/junit-xml",
"bugs": "https://gitlab.com/Vinnl/junit-xml/issues",
"main": "index.js",
"types": "index.d.ts",
"author": "Vincent Tunru <npm@vincenttunru.com> (https://VincentTunru.com)",
"repository": {
"type": "git",
"url": "https://gitlab.com/Vinnl/junit-xml.git"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^23.3.10",
"@types/libxmljs": "^0.18.3",
"@types/xml": "^1.0.2",
"jest": "^23.6.0",
"jest-junit": "^6.0.1",
"libxmljs": "^0.19.5",
"ts-jest": "^23.10.5",
"typescript": "^3.2.4"
},
"dependencies": {
"xml": "^1.0.1"
}
}