{
  "name": "prh",
  "version": "6.0.6",
  "description": "proofreading helper",
  "main": "index.js",
  "bin": {
    "prh": "bin/prh"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint lib/ test/",
    "format": "prettier --write 'lib/**/*.ts' 'test/**/*.ts'",
    "test": "npm run build && vitest run",
    "update-submodules": "git submodule foreach 'git pull --rebase'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prh/prh.git"
  },
  "author": "vvakame",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/prh/prh/issues"
  },
  "homepage": "https://github.com/prh/prh",
  "dependencies": {
    "commander": "^14.0.3",
    "diff": "^9.0.0",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/diff": "^8.0.0",
    "@types/js-yaml": "^4.0.0",
    "@types/node": "^25.2.3",
    "eslint": "^10.0.0",
    "eslint-config-prettier": "^10.1.8",
    "glob": "^13.0.5",
    "prettier": "^3.0.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.0.0",
    "vitest": "^4.0.18"
  }
}
