{
  "name": "jest-trx-results-processor",
  "description": "Jest results processor for exporting into TRX files for Visual Studio",
  "author": "Dan Homola",
  "user": "no23reason",
  "version": "3.0.2",
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "url": "https://github.com/no23reason/jest-trx-results-processor",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/no23reason/jest-trx-results-processor/issues"
  },
  "keywords": [
    "jest",
    "jestjs",
    "jest-cli",
    "trx"
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "tsc",
    "test": "jest --coverage",
    "test:ci": "npm run test:eslint && npm test",
    "test:tdd": "jest --watch",
    "test:eslint": "eslint -c .eslintrc.js --ext .ts ./src",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "mkdirp": "^1.0.3",
    "uuid": "^8.0.0",
    "xmlbuilder": "^15.1.0"
  },
  "devDependencies": {
    "@jest/test-result": "^26.0.1",
    "@types/jest": "^26.0.15",
    "@types/mkdirp": "^1.0.0",
    "@types/uuid": "^8.0.0",
    "@types/xml2js": "^0.4.2",
    "@typescript-eslint/eslint-plugin": "^4.6.0",
    "@typescript-eslint/parser": "^4.6.0",
    "commitizen": "^4.0.3",
    "cz-conventional-changelog": "^3.1.0",
    "eslint": "^7.12.1",
    "jest": "^26.0.1",
    "semantic-release": "^17.2.2",
    "ts-jest": "^26.4.3",
    "typescript": "^4.0.5",
    "xml2js": "^0.6.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "jest": {
    "preset": "ts-jest"
  }
}
