{
  "name": "@nish1896/eslint-flat-config",
  "version": "2.0.2",
  "description": "Linting rules configured for ESLint v9 and above to catch potential errors and ensure consistent code formatting.",
  "author": "Nishant Kohli",
  "engines": {
    "node": ">=18.18.0 || >=20.9.0 || >=21"
  },
  "exports": {
    "./package.json": "./package.json",
    "./js": "./lib/js/index.mjs",
    "./jsx": "./lib/jsx/index.mjs",
    "./ts": "./lib/ts/index.mjs",
    "./next": "./lib/next/index.mjs",
    "./next-ts": "./lib/next-ts/index.mjs"
  },
  "scripts": {
    "link:local": "npm link",
    "unlink:local": "npm unlink @nish1896/eslint-flat-config"
  },
  "homepage": "https://nish1896-eslint-config.vercel.app/",
  "repository": {
    "url": "git+https://github.com/nishkohli96/eslint-config.git"
  },
  "dependencies": {
    "@stylistic/eslint-plugin-js": "^4.2.0",
    "@stylistic/eslint-plugin-ts": "^4.2.0",
    "@stylistic/eslint-plugin-jsx": "^4.2.0",
    "@stylistic/eslint-plugin-plus": "^4.2.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-hooks": "^5.2.0",
    "globals": "^16.0.0",
    "typescript-eslint": "^8.28.0"
  },
  "peerDependencies": {
    "@eslint/js": ">=9",
    "eslint": ">=9"
  },
  "license": "MIT",
  "keywords": [
    "@nish1896",
    "@nish1896/eslint-config",
    "@nish1896/eslint-flat-config",
    "eslint",
    "eslint9",
    "eslint-9",
    "eslint9-config",
    "eslintconfig",
    "eslint config",
    "eslint-config",
    "eslint-config-flat",
    "eslint shareable config",
    "eslint flat config",
    "flat eslint config",
    "eslint-config-js",
    "eslint-config-jsx",
    "eslint-config-react",
    "eslint-react",
    "lint-config",
    "lint-rules",
    "react-eslint",
    "shareable-config",
    "typescript-eslint",
    "code-style",
    "eslint-stylistic",
    "eslint-style",
    "stylistic-eslint"
  ]
}
