{
  "name": "eslint-plugin-jest-extended",
  "version": "3.0.0",
  "description": "Eslint rules for Jest Extended",
  "keywords": [
    "jest",
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "eslint-plugin-jest"
  ],
  "homepage": "https://github.com/jest-community/eslint-plugin-jest-extended#readme",
  "bugs": {
    "url": "https://github.com/jest-community/eslint-plugin-jest-extended/issues"
  },
  "repository": "https://github.com/jest-community/eslint-plugin-jest-extended",
  "license": "MIT",
  "main": "lib/",
  "directories": {
    "lib": "lib",
    "doc": "docs"
  },
  "files": [
    "docs/",
    "lib/"
  ],
  "scripts": {
    "build": "babel --extensions .js,.ts src --out-dir lib --copy-files && rimraf --glob lib/__tests__ 'lib/**/__tests__'",
    "_postinstall": "is-ci || husky",
    "lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts",
    "prepack": "rimraf --glob lib && yarn build",
    "prepublishOnly": "pinst --disable",
    "prettier:check": "prettier --check .",
    "prettier:write": "prettier --write .",
    "postpublish": "pinst --enable",
    "test": "jest",
    "tools:regenerate-docs": "yarn prepack && eslint-doc-generator",
    "typecheck": "tsc -p ."
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{js,ts}": "eslint --fix",
    "*.{md,json,yml}": "prettier --write"
  },
  "prettier": {
    "arrowParens": "avoid",
    "endOfLine": "auto",
    "proseWrap": "always",
    "singleQuote": true
  },
  "release": {
    "branches": [
      "main",
      {
        "name": "next",
        "prerelease": true
      }
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git",
      "@semantic-release/github"
    ]
  },
  "dependencies": {
    "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "@babel/preset-typescript": "^7.3.3",
    "@commitlint/cli": "^19.0.0",
    "@commitlint/config-conventional": "^19.0.0",
    "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
    "@schemastore/package": "^0.0.10",
    "@semantic-release/changelog": "^6.0.0",
    "@semantic-release/git": "^10.0.0",
    "@tsconfig/node16": "^16.0.0",
    "@types/dedent": "^0.7.0",
    "@types/jest": "^29.0.0",
    "@types/node": "^14.17.0",
    "@types/semver": "^7.5.8",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "@typescript-eslint/utils": "^6.0.0",
    "babel-jest": "^29.0.0",
    "babel-plugin-replace-ts-export-assignment": "^0.0.2",
    "dedent": "^1.0.0",
    "eslint": "^7.0.0 || ^8.0.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-doc-generator": "^1.0.0",
    "eslint-plugin-eslint-plugin": "^6.0.0",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-n": "^17.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-remote-tester": "^3.0.0",
    "eslint-remote-tester-repositories": "^1.0.0",
    "husky": "^9.0.0",
    "is-ci": "^4.0.0",
    "jest": "^29.0.0",
    "jest-runner-eslint": "^2.0.0",
    "lint-staged": "^13.0.3",
    "markdown-link-check": "~3.12.0",
    "pinst": "^3.0.0",
    "prettier": "^3.0.0",
    "rimraf": "^5.0.0",
    "semantic-release": "^24.0.0",
    "semver": "^7.6.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
  },
  "packageManager": "yarn@3.8.7",
  "engines": {
    "node": "^16.10.0 || ^18.12.0 || >=20.0.0"
  }
}
