{
  "name": "cypress-multi-reporters",
  "version": "2.0.5",
  "description": "Generate multiple mocha reports in a single mocha execution.",
  "main": "index.js",
  "nyc": {
    "reporter": [
      "html",
      "text"
    ]
  },
  "scripts": {
    "devtest": "nyc mocha --require node_modules/chai/register-expect.js --no-coverage --timeout 5000 tests/**/*.test.js*",
    "lint": "eslint .",
    "test": "nyc mocha --require node_modules/chai/register-expect.js --timeout 5000 tests/**/*.test.js*",
    "deploy:prepare": "./scripts/create_npmrc_file.sh",
    "release": "standard-version",
    "release:trigger": "./scripts/trigger-release.sh"
  },
  "author": "Stanley Ng <stanleyhlng77-dev@yahoo.com.hk",
  "contributors": [
    "Yousaf Nabi <yousafn@gmail.com>",
    "Brett Zamir"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/YOU54F/cypress-plugins"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "bugs": "https://github.com/YOU54F/cypress-plugins/issues",
  "homepage": "https://github.com/YOU54F/cypress-plugins/tree/master/cypress-multi-reporters",
  "license": "MIT",
  "dependencies": {
    "debug": "^4.4.0",
    "lodash": "^4.17.21",
    "semver": "^7.6.3"
  },
  "devDependencies": {
    "@commitlint/cli": "19.6.1",
    "@commitlint/config-conventional": "19.6.0",
    "chai": "5.1.2",
    "coveralls": "3.1.1",
    "eslint": "9.19.0",
    "eslint-config-defaults": "9.0.0",
    "husky": "9.1.7",
    "mocha": "11.1.0",
    "mocha-lcov-reporter": "1.3.0",
    "nyc": "17.1.0",
    "sinon": "19.0.2",
    "standard-version": "9.5.0"
  },
  "peerDependencies": {
    "mocha": ">=3.1.2"
  },
  "keywords": [
    "mocha",
    "reporter"
  ],
  "eslintConfig": {
    "extends": "defaults"
  },
  "husky": {
    "hooks": {
      "lint": "lint",
      "test": "test",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}
