{
  "name": "@nemzilla/hydrate",
  "version": "2.2.0",
  "description": "Deterministic event-sourced context harness for AI-assisted engineering (HydrateZ).",
  "main": "index.js",
  "type": "commonjs",
  "bin": {
    "hydrate": "bin/cli.js",
    "hz": "bin/cli.js"
  },
  "scripts": {
    "postinstall": "node bin/setup-global.js",
    "test": "node --test test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rnemzek/hydrate.git"
  },
  "homepage": "https://github.com/rnemzek/hydrate#readme",
  "bugs": {
    "url": "https://github.com/rnemzek/hydrate/issues"
  },
  "keywords": [
    "hydratez",
    "nemzilla",
    "ai",
    "context-harness",
    "developer-tools",
    "claude",
    "claude-code",
    "gemini",
    "llm-context",
    "cli",
    "developer-experience",
    "workflow"
  ],
  "author": "Robert Nemzek <NemZilla Studio>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
