{
  "name": "@holdyourvoice/hyv",
  "version": "4.0.2",
  "description": "Local writing checks, voice profiles, and verified editing workflows for humans and agents.",
  "type": "module",
  "bin": {
    "hyv": "dist/cli.js"
  },
  "files": [
    "dist",
    "!dist/**/*.test.js",
    "skills",
    "Readme.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "bundle:claude": "esbuild src/mcp.ts --bundle --platform=node --format=esm --target=node20 --outfile=mcpb/server/index.js",
    "build:claude": "npm run build && npm run bundle:claude",
    "pack:claude": "npm run build:claude && node scripts/pack-claude.mjs",
    "pack:chatgpt-plugin": "node scripts/pack-chatgpt-plugin.mjs",
    "scorecard": "node scripts/public-scorecard.mjs benchmarks",
    "validate:rule-contributions": "node scripts/validate-rule-contributions.mjs",
    "stage1:evaluate": "node scripts/evaluate-rewrite-benchmark.mjs",
    "stage1:dry-run": "npm run build && node scripts/run-stage1-dry-run.mjs",
    "stage1:human-packet": "npm run build && node scripts/run-stage1-human-packet.mjs",
    "stage2:human-packet": "npm run build && node scripts/run-stage2-human-packet.mjs",
    "test": "npm run build && node --test \"dist/**/*.test.js\"",
    "check:release": "node scripts/release-audit.mjs",
    "prepack": "npm run check:release && npm test && npm run pack:claude",
    "check:compatibility": "node scripts/verify-compatibility.mjs"
  },
  "engines": {
    "node": ">=20"
  },
  "license": "MIT",
  "keywords": [
    "ai-writing",
    "cli",
    "editing",
    "voice",
    "writing"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shashank-sn/holdyourvoice.git"
  },
  "bugs": {
    "url": "https://github.com/shashank-sn/holdyourvoice/issues"
  },
  "homepage": "https://github.com/shashank-sn/holdyourvoice#readme",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^26.4.1",
    "@types/yazl": "^3.3.1",
    "esbuild": "^0.28.1",
    "typescript": "^7.0.2",
    "yazl": "^3.3.1"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.30.0",
    "zod": "^4.4.3"
  }
}
