{
  "name": "eslint-plugin-hyoban",
  "type": "module",
  "version": "0.14.1",
  "description": "Hyoban extended ESLint rules.",
  "author": {
    "name": "hyoban",
    "url": "https://github.com/hyoban"
  },
  "license": "MIT",
  "homepage": "https://github.com/hyoban/eslint-plugin-hyoban#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyoban/eslint-plugin-hyoban.git"
  },
  "bugs": "https://github.com/hyoban/eslint-plugin-hyoban/issues",
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "eslint": "*"
  },
  "devDependencies": {
    "@eslint/markdown": "^7.5.1",
    "@types/mdast": "^4.0.4",
    "@types/node": "^25.3.5",
    "@typescript-eslint/parser": "^8.56.1",
    "@typescript-eslint/utils": "^8.56.1",
    "bunchee": "^6.9.4",
    "eslint": "^10.0.3",
    "eslint-config-hyoban": "7.0.2",
    "eslint-vitest-rule-tester": "^3.1.0",
    "jsonc-eslint-parser": "^3.1.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "scripts": {
    "build": "bunchee",
    "dev": "bunchee -w",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest",
    "typecheck": "tsc"
  }
}