{
  "name": "mocha-teamcity-reporter",
  "engines": {
    "node": ">=6"
  },
  "version": "4.2.0",
  "description": "teamcity reporter for mocha",
  "main": "./lib/teamcity.js",
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "test": "mocha test/functional test/programmatic",
    "test-teamcity": "mocha test/functional test/programmatic --reporter lib/teamcity.js",
    "test-teamcity-example": "mocha test/example/exampleSimple.js --reporter lib/teamcity.js",
    "lint": "eslint lib/*.js test/**/*.js",
    "lint-fix": "eslint --fix lib/*.js test/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/travisjeffery/mocha-teamcity-reporter"
  },
  "keywords": [
    "mocha",
    "teamcity",
    "reporter",
    "jetbrains"
  ],
  "peerDependencies": {
    "mocha": ">=6"
  },
  "author": "travis jeffery",
  "maintainers": [
    {
      "name": "Jamie Sherriff",
      "url": "https://github.com/jamie-sherriff"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/travisjeffery/mocha-teamcity-reporter/issues"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "eslint": "^7.25.0",
    "mocha": "^8.3.2"
  }
}
