{
  "name": "eslint-config-airbnb-extended",
  "version": "2.3.2",
  "description": "Eslint Airbnb Config Extended",
  "keywords": [
    "eslint",
    "airbnb",
    "airbnb config",
    "eslint config airbnb",
    "eslint config airbnb x",
    "eslint config airbnb base",
    "eslint config airbnb typescript",
    "eslint config airbnb extended",
    "eslint airbnb",
    "eslint airbnb x",
    "eslint airbnb base",
    "eslint airbnb typescript",
    "eslint airbnb extended"
  ],
  "homepage": "https://eslint-airbnb-extended.nishargshah.dev",
  "bugs": {
    "url": "https://github.com/NishargShah/eslint-config-airbnb-extended/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NishargShah/eslint-config-airbnb-extended.git",
    "directory": "packages/eslint-config-airbnb-extended"
  },
  "license": "MIT",
  "author": "Nisharg Shah <nishargshah3101@gmail.com>",
  "type": "commonjs",
  "exports": {
    ".": {
      "default": "./dist/index.js",
      "types": "./dist/@types/index.d.ts"
    },
    "./legacy": {
      "default": "./dist/legacy.js",
      "types": "./dist/@types/legacy.d.ts"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/@types/index.d.ts",
  "dependencies": {
    "confusing-browser-globals": "^1.0.11",
    "globals": "^16.4.0"
  },
  "devDependencies": {
    "@types/confusing-browser-globals": "^1.0.3",
    "rimraf": "^6.0.1",
    "tsc-alias": "^1.8.16",
    "tsx": "^4.20.5",
    "typescript": "^5.9.2"
  },
  "peerDependencies": {
    "@next/eslint-plugin-next": "^15.0.0",
    "@stylistic/eslint-plugin": "^3.0.0",
    "@types/eslint-plugin-jsx-a11y": "^6.0.0",
    "eslint": "^9.0.0",
    "eslint-import-resolver-typescript": "^4.0.0",
    "eslint-plugin-import": "^2.0.0",
    "eslint-plugin-import-x": "^4.0.0",
    "eslint-plugin-jsx-a11y": "^6.0.0",
    "eslint-plugin-n": "^17.0.0",
    "eslint-plugin-react": "^7.0.0",
    "eslint-plugin-react-hooks": "^5.0.0 || ^6.0.0 || ^7.0.0",
    "typescript-eslint": "^8.0.0"
  },
  "peerDependenciesMeta": {
    "@next/eslint-plugin-next": {
      "optional": true
    },
    "@stylistic/eslint-plugin": {
      "optional": true
    },
    "@types/eslint-plugin-jsx-a11y": {
      "optional": true
    },
    "eslint": {
      "optional": false
    },
    "eslint-import-resolver-typescript": {
      "optional": true
    },
    "eslint-plugin-import": {
      "optional": true
    },
    "eslint-plugin-import-x": {
      "optional": true
    },
    "eslint-plugin-jsx-a11y": {
      "optional": true
    },
    "eslint-plugin-n": {
      "optional": true
    },
    "eslint-plugin-react": {
      "optional": true
    },
    "eslint-plugin-react-hooks": {
      "optional": true
    },
    "typescript-eslint": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "prebuild": "pnpm check:updates && rimraf ./dist",
    "build": "tsc -b",
    "postbuild": "tsc-alias",
    "check:updates": "tsx script/checkUpdates.ts",
    "typecheck": "tsc --noEmit"
  }
}