{
  "name": "@ririd/eslint-config",
  "type": "module",
  "version": "2.1.1",
  "author": "Daydreamer Riri <Daydreamerriri@outloot.com> (https://github.com/Daydreamer-riri/)",
  "license": "MIT",
  "homepage": "https://github.com/daydreamer-riri/eslint-config",
  "keywords": [
    "eslint-config"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "bin",
    "dist"
  ],
  "peerDependencies": {
    "eslint": ">=8.0.0"
  },
  "dependencies": {
    "@antfu/eslint-config": "^7.0.1",
    "@eslint-react/eslint-plugin": "^2.7.0",
    "@next/eslint-plugin-next": "^15.5.9",
    "eslint-plugin-format": "^1.3.1",
    "eslint-plugin-react-hooks": "7.0.0",
    "eslint-plugin-react-refresh": "^0.4.26"
  },
  "devDependencies": {
    "@types/eslint": "^9.6.1",
    "@types/node": "20.10.4",
    "bumpp": "^10.4.0",
    "eslint": "^9.39.2",
    "rimraf": "^6.1.2",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4",
    "@ririd/eslint-config": "2.1.1"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --clean --dts",
    "stub": "tsup src/index.ts --format esm,cjs --dts --watch",
    "lint": "eslint .",
    "test": "pnpm -r run test",
    "release": "bumpp && pnpm publish",
    "typecheck": "tsc --noEmit"
  }
}