{
  "name": "eslint-plugin-compat",
  "version": "4.2.0",
  "description": "Lint browser compatibility of API used",
  "keywords": [
    "eslint",
    "browser",
    "support",
    "api",
    "lint",
    "caniuse",
    "kangax"
  ],
  "homepage": "https://github.com/amilajack/eslint-plugin-compat#readme",
  "bugs": {
    "url": "https://github.com/amilajack/eslint-plugin-compat/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amilajack/eslint-plugin-compat.git"
  },
  "license": "MIT",
  "author": "Amila Welihinda",
  "contributors": [
    "Amila Welihinda <amilajack@gmail.com> (https://github.com/amilajack)",
    "John Tran <jptran318@gmail.com> (https://github.com/jooohhn)"
  ],
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "benchmarks": "ts-node-transpile-only test/benchmarks.ts",
    "build": "rm -rf lib && tsc --project tsconfig.build.json",
    "lint": "eslint --ignore-path .gitignore --ext .js,.ts .",
    "spec": "jest --testPathIgnorePatterns test/e2e-repo.spec.ts /benchmarks-tmp",
    "spec:e2e": "jest test/e2e-repo.spec.ts",
    "test": "npm run lint && npm run build && npm run spec",
    "tsc": "tsc",
    "version": "npm run build"
  },
  "prettier": {
    "semi": true,
    "tabWidth": 2,
    "trailingComma": "es5"
  },
  "eslintConfig": {
    "env": {
      "jest": true,
      "node": true
    },
    "parser": "@typescript-eslint/parser",
    "parserOptions": {
      "project": "./tsconfig.json"
    },
    "extends": [
      "airbnb-typescript/base",
      "plugin:eslint-plugin/recommended",
      "plugin:import/typescript",
      "plugin:prettier/recommended"
    ],
    "rules": {
      "import/extensions": "off",
      "import/no-extraneous-dependencies": "off"
    },
    "root": true
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/benchmarks-tmp/"
    ]
  },
  "dependencies": {
    "@mdn/browser-compat-data": "^5.3.13",
    "ast-metadata-inferer": "^0.8.0",
    "browserslist": "^4.21.10",
    "caniuse-lite": "^1.0.30001524",
    "find-up": "^5.0.0",
    "lodash.memoize": "^4.1.2",
    "semver": "^7.5.4"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@tsconfig/node16": "^16.1.1",
    "@types/benchmark": "^2.1.2",
    "@types/browserslist": "^4.15.0",
    "@types/caniuse-lite": "^1.0.1",
    "@types/eslint": "^8.44.2",
    "@types/jest": "^29.5.4",
    "@types/lodash.memoize": "^4.1.7",
    "@types/semver": "7.5.0",
    "@typescript-eslint/eslint-plugin": "^6.4.1",
    "@typescript-eslint/parser": "^6.4.1",
    "babel-eslint": "^10.1.0",
    "benchmark": "^2.1.4",
    "browserslist-config-erb": "^0.0.3",
    "electron": "^26.x.x",
    "eslint": "^8.48.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-bliss-typescript": "^6.0.2",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-eslint-plugin": "^5.1.1",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-prettier": "^5.0.0",
    "jest": "^29.6.4",
    "prettier": "^3.0.2",
    "semantic-release": "^21.1.1",
    "simple-git": "^3.19.1",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "eslint": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  },
  "engines": {
    "node": ">=14.x"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/eslint-plugin-compat",
    "logo": "https://opencollective.com/opencollective/logo.txt"
  }
}
