{
  "name": "junit-converter",
  "version": "1.0.7",
  "description": "Test report files to JUnit XML converter",
  "main": "lib/converter.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "npm run build && jest --coverage"
  },
  "bin": {
    "junit-converter": "bin/cli.js"
  },
  "author": "agracio",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/agracio/junit-converter.git"
  },
  "bugs": {
    "url": "https://github.com/agracio/junit-converter/issues"
  },
  "engines": {
    "node": ">= 18"
  },
  "keywords": [
    "JUnit",
    "NUnit",
    "xUnit",
    "xUnit.net",
    "TRX",
    "MSTest",
    "dotnet",
    "ctrf"
  ],
  "tags": [
    "JUnit",
    "NUnit",
    "xUnit",
    "xUnit.net",
    "TRX",
    "MSTest",
    "dotnet",
    "ctrf"
  ],
  "dependencies": {
    "lodash": "^4.18.1",
    "p3x-xml2json": "npm:@agracio/xml2json@^2026.6.160",
    "xml-formatter": "^3.7.0",
    "xslt-processor": "^3.4.0",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.24",
    "@types/node": "^25.9.2",
    "jest": "^30.4.2",
    "jest-junit": "^17.0.0",
    "simple-xml-to-json": "^1.2.7",
    "typescript": "^6.0.3"
  },
  "allowScripts": {
    "ag-node-expat@2.4.5": true,
    "unrs-resolver@1.12.2": true
  }
}
