{
  "name": "claude-peers",
  "version": "0.8.3",
  "description": "Peer discovery and messaging for Claude Code instances — same machine or across LAN",
  "author": "RichelynScott",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RichelynScott/claude-peers-mcp.git"
  },
  "homepage": "https://github.com/RichelynScott/claude-peers-mcp#readme",
  "bugs": {
    "url": "https://github.com/RichelynScott/claude-peers-mcp/issues"
  },
  "keywords": [
    "claude",
    "claude-code",
    "mcp",
    "peer-discovery",
    "messaging",
    "multi-agent",
    "federation",
    "model-context-protocol"
  ],
  "bin": {
    "claude-peers": "dist/cli.js"
  },
  "module": "src/index.ts",
  "type": "module",
  "files": [
    "src/",
    "dist/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "GETTING_STARTED.md",
    "SECURITY.md",
    "CONTRIBUTING.md",
    "docs/"
  ],
  "engines": {
    "bun": ">=1.1.0"
  },
  "scripts": {
    "broker": "bun src/broker.ts",
    "server": "bun src/server.ts",
    "cli": "bun src/cli.ts",
    "build": "bun build ./src/cli.ts --target=bun --outfile=dist/cli.js",
    "prepublishOnly": "bun run build",
    "test": "bun test"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "typescript": "^5"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "bonjour-service": "^1.3.0"
  }
}
