{
  "name": "patchcord",
  "version": "0.6.66",
  "description": "Cross-machine agent messaging for Claude Code and Codex",
  "scripts": {
    "version": "node scripts/sync-plugin-version.mjs && git add .claude-plugin/plugin.json agent-plugin/plugin.json"
  },
  "author": "ppravdin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ppravdin/patchcord"
  },
  "homepage": "https://patchcord.dev",
  "keywords": [
    "claude-code",
    "codex",
    "mcp",
    "agent",
    "messaging",
    "plugin"
  ],
  "bin": {
    "patchcord": "./bin/patchcord.mjs"
  },
  "files": [
    "bin/",
    ".claude-plugin/",
    "hooks/",
    "scripts/",
    "skills/",
    "per-project-skills/",
    "commands/",
    "README.md",
    "plugins/",
    "agent-plugin/",
    "harnesses.json"
  ]
}
