{
  "name": "@tokenharbor/halyard",
  "version": "0.2.0",
  "description": "Halyard \u2014 an agent harness wired to Token Harbor. Built on DeepSeek Harness.",
  "type": "module",
  "bin": {
    "halyard": "bin/halyard.mjs"
  },
  "files": [
    "bin",
    "profile",
    "README.md",
    "assets"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@deepseek-ai/dsh": "0.1.0-rc.6"
  },
  "keywords": [
    "agent",
    "harness",
    "ai",
    "coding-agent",
    "token-harbor"
  ],
  "license": "MIT",
  "scripts": {
    "postinstall": "node bin/rebrand.mjs || true"
  }
}
