{
  "name": "clawdad",
  "version": "0.6.94",
  "description": "Multi-agent orchestration CLI for AI coding agents. Manages persistent spoke agents across projects using ORP as the canonical data store.",
  "scripts": {
    "test": "node --test test/*.test.mjs"
  },
  "bin": {
    "clawdad": "bin/clawdad"
  },
  "keywords": [
    "ai",
    "agents",
    "orchestration",
    "codex",
    "openai",
    "multi-agent",
    "orp",
    "open-research-protocol",
    "cli"
  ],
  "author": "Cody Mitchell <cody@frg.earth>",
  "license": "MIT",
  "funding": {
    "type": "individual",
    "url": "https://frg.earth/support?utm_source=npm&utm_medium=funding&utm_campaign=public_work_support&package=clawdad"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SproutSeeds/clawdad.git"
  },
  "homepage": "https://frg.earth",
  "os": [
    "darwin",
    "linux"
  ],
  "engines": {
    "node": ">=18"
  },
  "files": [
    "bin/",
    "lib/",
    "test/",
    "web/",
    "templates/",
    "docs/BORROWING_FROM_AGENT_RUNTIMES.md",
    "docs/chimera-local-lane.md",
    "docs/live-runtime-runbook.md",
    "docs/tailscale-live-services.md",
    "ops/tailnet-app/",
    "assets/clawdad-mascot.jpg",
    "assets/clawdad-mascot-app.png",
    "assets/clawdad-app-icon-source.txt",
    "assets/clawdad-app-icon-*.png",
    "assets/clawdad-apple-touch-icon.png",
    "assets/clawdad-mascot-cutout.png",
    "assets/clawdad-claw-hyperreal-icon.png",
    "assets/clawdad-claw.svg",
    "assets/clawdad-wordmark.svg",
    "assets/clawdad-header-*.jpg",
    "assets/clawdad-readme-carousel.gif",
    "assets/clawdad-mobile-demo.gif",
    "README.md"
  ],
  "dependencies": {
    "@sproutseeds/tailnet-app": "^0.3.0",
    "open-research-protocol": ">=0.4.27"
  }
}
