{
  "name": "smart-commit-host-agent",
  "version": "0.1.4",
  "private": false,
  "description": "Host-Agent orchestrated smart-commit workflows without LLM connection config.",
  "license": "MIT",
  "type": "commonjs",
  "engines": {
    "node": ">=20.0.0"
  },
  "bin": {
    "smart-commit-host-agent": "./out/cli.js"
  },
  "files": [
    "out",
    "src/git-commit-message-skills",
    "src/code-review-skills",
    "README.md",
    "docs",
    "CHANGELOG.md",
    "examples"
  ],
  "keywords": [
    "git",
    "cli",
    "github",
    "gitlab",
    "pull-request",
    "merge-request",
    "code-review",
    "commit-message",
    "pr",
    "mr",
    "pr-review",
    "mr-review",
    "pull-request-review",
    "merge-request-review",
    "batch-review",
    "pull-request-list",
    "merge-request-list",
    "pr-create",
    "mr-create",
    "automation",
    "agent",
    "cursor",
    "codex",
    "host-agent",
    "smart-commit"
  ],
  "peerReference": {
    "cliPackage": "smart-commit-copilot-cli",
    "cliVersion": "0.1.22"
  },
  "scripts": {
    "clean": "rm -rf out",
    "build": "npm run clean && tsc -p ./tsconfig.build.json",
    "test": "npm run clean && tsc -p ./tsconfig.json && node --test --test-reporter=spec out/test/*.test.js",
    "check": "npm test",
    "pack:dry-run": "npm pack --dry-run",
    "prepack": "npm run build",
    "prepublishOnly": "npm test"
  },
  "devDependencies": {
    "@types/node": "^20.16.5",
    "typescript": "^5.6.2"
  }
}
