UNPKG

junit2testrail

Version:
35 lines (34 loc) 848 B
{ "name": "junit2testrail", "version": "0.0.6", "bin": { "junit2testrail": "./cli.js" }, "description": "Send results from jUnit report to TesRail", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/forward1387/junit2testrail.git" }, "keywords": [ "TestRail", "jUnit" ], "author": "Yuriy Oprysk (yuriy.oprysk@gmail.com)", "license": "ISC", "bugs": { "url": "https://github.com/forward1387/junit2testrail/issues" }, "homepage": "https://github.com/forward1387/junit2testrail#readme", "dependencies": { "junitxml-to-javascript": "^1.1.4", "log4js": "^5.3.0", "moment": "^2.24.0", "node-dir": "^0.1.17", "testrail-api": "^1.3.6", "underscore": "^1.9.1", "yargs": "^15.3.1" } }