{
  "name": "agent-gossip",
  "version": "0.3.9",
  "description": "Let your AI coding agents talk to each other across repos, tools, and machines",
  "author": "Sandip Pundlik Wankhede",
  "license": "MIT",
  "keywords": ["gossip", "mcp", "claude", "claude-code", "ai-agents", "mesh", "cross-repo", "copilot", "cursor", "windsurf", "codex", "agent-rules", "slash-command"],
  "repository": {
    "type": "git",
    "url": "https://github.com/sandippwankhede/gossip"
  },
  "homepage": "https://github.com/sandippwankhede/gossip#readme",
  "bin": {
    "agent-gossip": "dist/index.js",
    "gossip": "dist/index.js"
  },
  "files": ["dist", "README.md", "LICENSE"],
  "engines": { "node": ">=20" },
  "scripts": {
    "build": "node scripts/prepare-package.mjs",
    "dev": "node --watch dist/index.js",
    "test:local": "node dist/index.js test",
    "test:hub": "node dist/index.js hub --port 4444",
    "test:status": "node dist/index.js status --hub ws://localhost:4444",
    "test:e2e": "node test-workspace/e2e-test.mjs",
    "prepack": "node scripts/prepare-package.mjs",
    "prepublishOnly": "node scripts/prepare-package.mjs"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.10.0",
    "commander": "^12.0.0",
    "ws": "^8.20.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/ws": "^8.5.0",
    "typescript": "^5.4.0"
  }
}
