{
  "name": "@nish1896/eslint-config",
  "version": "3.0.12",
  "description": "eslint and stylistic rules for eslint 8.57.1 or below to catch potential errors and take care of the code formatting.",
  "author": "Nishant Kohli",
  "main": "./lib/js/index.js",
  "exports": {
    ".": "./lib/js/index.js",
    "./package.json": "./package.json",
    "./js": "./lib/js/index.js",
    "./jsx": "./lib/jsx/index.js",
    "./next": "./lib/next/index.js",
    "./next-ts": "./lib/next-ts/index.js",
    "./ts": "./lib/ts/index.js"
  },
  "scripts": {
    "link:local": "npm link",
    "unlink:local": "npm unlink @nish1896/eslint-config"
  },
  "homepage": "https://nish1896-eslint-config.vercel.app/",
  "repository": {
    "url": "git+https://github.com/nishkohli96/eslint-config.git"
  },
  "dependencies": {
    "@stylistic/eslint-plugin-js": "^3.1.0",
    "@stylistic/eslint-plugin-jsx": "^3.1.0",
    "@stylistic/eslint-plugin-plus": "^3.1.0",
    "@stylistic/eslint-plugin-ts": "^3.1.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "typescript-eslint": "^8.46.2"
  },
  "engines": {
    "node": ">=14"
  },
  "peerDependencies": {
    "eslint": ">=7 <9",
    "typescript": ">=4"
  },
  "license": "MIT",
  "keywords": [
    "@nish1896",
    "@nish1896/eslint-config",
    "@nish1896/eslint-flat-config",
    "eslint",
    "eslint8",
    "eslint-8",
    "eslint-v8",
    "eslintconfig",
    "eslint8-config",
    "eslint-config",
    "eslint shareable config",
    "eslint-config-jsx",
    "eslint-config-react",
    "eslint-plugin",
    "eslint-react",
    "eslint-rules",
    "eslint-setup",
    "linting",
    "lint-config",
    "lint-rules",
    "react-eslint",
    "shareable-config",
    "typescript-eslint",
    "code-style",
    "eslint-stylistic",
    "eslint-style",
    "stylistic-eslint"
  ]
}
