{
  "name": "jest-jenkins-reporter",
  "version": "1.0.2",
  "description": "A test reporter of jenkins for Jest.",
  "main": "index.js",
  "author": "pilipa-cn oyhanyu",
  "keywords": [
    "jest",
    "jenkins",
    "reporter"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:pilipa-cn/jest-jenkins-reporter.git"
  },
  "homepage": "https://github.com/pilipa-cn/jest-jenkins-reporter",
  "scripts": {
    "test": "jest -u --color"
  },
  "license": "MIT",
  "dependencies": {
    "jest": "^22.4.3",
    "xml": "^1.0.1"
  },
  "jest": {
    "testEnvironment": "node",
    "testResultsProcessor": "<rootDir>/index.js"
  },
  "jestSonar": {
    "reportPath": "reports",
    "reportFile": "test-report.xml",
    "indent": 4
  }
}
