{
  "name": "pi-a2a",
  "version": "1.2.0",
  "description": "Agent-to-agent message bus for pi — decentralized LAN P2P, agents discover each other via mDNS and talk point-to-point, no server required",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-skill",
    "agent",
    "agent-to-agent",
    "agent2agent",
    "collaboration",
    "a2a",
    "multi-agent",
    "lan",
    "p2p",
    "mdns",
    "bonjour"
  ],
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imkingjh999/pi-a2a.git"
  },
  "homepage": "https://github.com/imkingjh999/pi-a2a#readme",
  "bugs": {
    "url": "https://github.com/imkingjh999/pi-a2a/issues"
  },
  "scripts": {
    "typecheck": "bash scripts/typecheck.sh",
    "test:e2e": "bash scripts/run-e2e.sh"
  },
  "author": "Victor Software House",
  "files": [
    "extensions",
    "skills",
    "config.example.json",
    "LICENSE",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": ["./extensions"],
    "skills": ["./skills"]
  },
  "dependencies": {
    "bonjour-service": "^1.2.1"
  }
}
