{ "name": "merge-junit", "version": "0.2.1", "description": "CLI utility to merge JUnit compliant XML documents into a single XML document.", "main": "npm_package/binary.js", "scripts": { "postinstall": "node npm_package/install.js" }, "bin": { "merge-junit": "npm_package/run.js" }, "repository": { "type": "git", "url": "git+https://github.com/tobni/merge-junit.git" }, "keywords": [ "cli", "junit", "xml", "report" ], "author": "Tobias Nilsson ", "license": "Unlicense", "bugs": { "url": "https://github.com/tobni/merge-junit/issues" }, "homepage": "https://github.com/tobni/merge-junit#readme", "dependencies": { "binary-install": "^1.1.0" } }