{
  "name": "@arnaud-barre/eslint-config",
  "description": "TS-React focused ESLint flat configuration",
  "version": "7.1.0",
  "author": "Arnaud Barré (https://github.com/ArnaudBarre)",
  "license": "MIT",
  "repository": "github:ArnaudBarre/eslint-config",
  "type": "module",
  "main": "index.js",
  "peerDependencies": {
    "eslint": "^10",
    "typescript": "~6.0"
  },
  "dependencies": {
    "confusing-browser-globals": "^1.0.11",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.5.2",
    "eslint-plugin-unicorn": "^64.0.0",
    "globals": "^17.4.0",
    "typescript-eslint": "^8.58.0"
  }
}