UNPKG

node-trx

Version:

File generator utility for TRX file format for use with Visual Studio and MSBuild

26 lines (25 loc) 563 B
{ "name": "node-trx", "version": "0.9.4", "description": "File generator utility for TRX file format for use with Visual Studio and MSBuild", "keywords": [ "trx", "visual studio", "test report" ], "main": "trx.js", "author": "Brian Mancini <bmancini@gmail.com>", "license": "MIT", "repository": "https://github.com/bmancini55/node-trx.git", "dependencies": { "uuid": "^3.4.0", "xmlbuilder": "^13.0.2" }, "devDependencies": { "mocha": "^6.2.3", "nyc": "^14.1.1" }, "scripts": { "test": "nyc mocha" } }