{
  "name": "eslint-plugin-sxzz",
  "type": "module",
  "version": "0.5.0",
  "description": "A collection of ESLint rules.",
  "author": "Kevin Deng <sxzz@sxzz.moe>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/sxzz",
  "homepage": "https://github.com/sxzz/eslint-plugin-sxzz#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sxzz/eslint-plugin-sxzz.git"
  },
  "bugs": {
    "url": "https://github.com/sxzz/eslint-plugin-sxzz/issues"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist",
    "eslint-typegen.d.ts"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^22.18.0 || >=24.0.0"
  },
  "peerDependencies": {
    "eslint": "^9.15.0 || ^10.0.0"
  },
  "devDependencies": {
    "@sxzz/eslint-config": "^8.0.0",
    "@sxzz/prettier-config": "^2.3.1",
    "@types/node": "^25.6.0",
    "@typescript-eslint/parser": "^8.59.1",
    "@typescript-eslint/utils": "^8.59.1",
    "@typescript/native-preview": "^7.0.0-dev.20260503.1",
    "bumpp": "^11.0.1",
    "eslint": "^10.3.0",
    "eslint-typegen": "^2.3.1",
    "eslint-vitest-rule-tester": "^3.1.0",
    "jsonc-eslint-parser": "^3.1.0",
    "prettier": "^3.8.3",
    "tsdown": "^0.21.10",
    "tsdown-preset-sxzz": "^0.5.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.5"
  },
  "prettier": "@sxzz/prettier-config",
  "scripts": {
    "lint": "eslint --cache .",
    "lint:fix": "pnpm run lint --fix",
    "build": "node scripts/typegen.ts && tsdown",
    "dev": "tsdown --watch",
    "test": "vitest",
    "typecheck": "tsgo --noEmit",
    "format": "prettier --cache --write .",
    "release": "bumpp"
  }
}