{
  "name": "eslint-flat-config-airbnb",
  "version": "2.0.5",
  "description": "A mostly reasonable approach to JavaScript and React using Airbnb's ESLint config, updated for ESLint 9+",
  "type": "module",
  "main": "index.js",
  "types": "./types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "default": "./index.js"
    },
    "./base": {
      "import": "./base/index.js",
      "types": "./types/base/index.d.ts"
    },
    "./react": {
      "import": "./react/index.js",
      "types": "./types/react/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build:types": "tsc",
    "lint": "eslint --fix ."
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/fourjunctions/eslint-flat-config-airbnb.git"
  },
  "keywords": [
    "eslint",
    "eslintconfig",
    "config",
    "aribnb",
    "airbnb-base",
    "airbnb-react",
    "javascript",
    "styleguide",
    "es2026"
  ],
  "author": "Ramit Chhabra <ramit.chhabra@fourjunctions.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fourjunctions/eslint-flat-config-airbnb/issues"
  },
  "homepage": "https://github.com/fourjunctions/eslint-flat-config-airbnb#readme",
  "dependencies": {
    "@stylistic/eslint-plugin": "^5.3.1",
    "confusing-browser-globals": "^1.0.11",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-n": "^17.21.3",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "globals": "^16.3.0"
  },
  "devDependencies": {
    "@types/confusing-browser-globals": "^1.0.3",
    "@types/eslint-plugin-jsx-a11y": "^6.10.1",
    "eslint": "^9.34.0",
    "typescript": "^5.9.2"
  },
  "peerDependencies": {
    "eslint": ">=9.0.0"
  }
}
