{
  "name": "@nighttrax/eslint-config-tsx",
  "version": "13.2.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "NiGhTTraX's ESLint config for TSX apps",
  "keywords": [
    "eslint",
    "config",
    "typescript",
    "react"
  ],
  "author": "Andrei Picus <NiGhTTraX@users.noreply.github.com>",
  "license": "MIT",
  "type": "module",
  "exports": "./src/react.mjs",
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NiGhTTraX/eslint-config.git"
  },
  "dependencies": {
    "@eslint-react/eslint-plugin": "~5.9.0",
    "@eslint-react/kit": "~5.9.1",
    "@typescript-eslint/utils": "~8.61.1",
    "eslint-plugin-react-you-might-not-need-an-effect": "~1.0.0",
    "typescript-eslint": "~8.61.1",
    "@nighttrax/eslint-config-ts": "13.2.0"
  },
  "peerDependencies": {
    "eslint": "^10.0.0",
    "prettier": "^3.0.0",
    "typescript": "^5.0.0 || ^6.0.0"
  },
  "devDependencies": {
    "@types/react": "~19.2.0",
    "react": "~19.2.0"
  }
}