{
  "name": "@sxzz/eslint-config",
  "type": "module",
  "version": "7.8.3",
  "description": "ESLint config for @sxzz.",
  "author": "Kevin Deng <sxzz@sxzz.moe>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/sxzz",
  "homepage": "https://github.com/sxzz/eslint-config#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sxzz/eslint-config.git"
  },
  "bugs": {
    "url": "https://github.com/sxzz/eslint-config/issues"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "peerDependencies": {
    "@unocss/eslint-plugin": ">=65.0.0",
    "eslint": "^9.5.0 || ^10.0.0",
    "eslint-plugin-astro": "^1.5.0"
  },
  "peerDependenciesMeta": {
    "@unocss/eslint-plugin": {
      "optional": true
    },
    "eslint-plugin-astro": {
      "optional": true
    }
  },
  "dependencies": {
    "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
    "@eslint/js": "^10.0.1",
    "@eslint/markdown": "^7.5.1",
    "eslint-config-flat-gitignore": "^2.2.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-flat-config-utils": "^3.0.1",
    "eslint-plugin-antfu": "^3.2.2",
    "eslint-plugin-baseline-js": "^0.5.0",
    "eslint-plugin-command": "^3.5.2",
    "eslint-plugin-de-morgan": "^2.0.0",
    "eslint-plugin-importer": "^0.3.0",
    "eslint-plugin-jsdoc": "^62.7.1",
    "eslint-plugin-jsonc": "^3.1.1",
    "eslint-plugin-n": "^17.24.0",
    "eslint-plugin-perfectionist": "^5.6.0",
    "eslint-plugin-pnpm": "^1.6.0",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-regexp": "^3.0.0",
    "eslint-plugin-sxzz": "^0.4.4",
    "eslint-plugin-unicorn": "^63.0.0",
    "eslint-plugin-unused-imports": "^4.4.1",
    "eslint-plugin-vue": "^10.8.0",
    "eslint-plugin-yml": "^3.3.0",
    "globals": "^17.3.0",
    "jsonc-eslint-parser": "^3.1.0",
    "typescript-eslint": "^8.56.1",
    "vue-eslint-parser": "^10.4.0"
  },
  "devDependencies": {
    "@eslint/config-inspector": "^1.4.2",
    "@sxzz/prettier-config": "^2.3.1",
    "@types/node": "^25.3.2",
    "@typescript/native-preview": "7.0.0-dev.20260227.1",
    "@unocss/eslint-plugin": "^66.6.2",
    "bumpp": "^10.4.1",
    "eslint": "^10.0.2",
    "eslint-plugin-astro": "^1.6.0",
    "eslint-typegen": "^2.3.1",
    "prettier": "^3.8.1",
    "rolldown-plugin-require-cjs": "^0.3.3",
    "tsdown": "^0.21.0-beta.2",
    "tsdown-preset-sxzz": "^0.4.0",
    "typescript": "^5.9.3",
    "unrun": "^0.2.28"
  },
  "resolutions": {
    "@types/eslint": "-"
  },
  "prettier": "@sxzz/prettier-config",
  "scripts": {
    "dev": "eslint-config-inspector --config eslint-inspector.config.ts",
    "build": "pnpm run build:typegen && tsdown",
    "build:typegen": "unrun scripts/typegen.ts",
    "build:inspector": "eslint-config-inspector build --config eslint-inspector.config.ts",
    "test": "echo Skip",
    "lint": "eslint --max-warnings=0",
    "lint:fix": "pnpm run lint --fix",
    "release": "bumpp",
    "typecheck": "tsgo --noEmit"
  }
}