{
  "name": "pi-peer-comms",
  "version": "0.1.0",
  "description": "Peer-to-peer communication between running Pi sessions",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "peer-to-peer",
    "agents"
  ],
  "license": "MIT",
  "author": "Shantanu Goel <shantanu.goel@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shantanugoel/pi-peer-comms.git"
  },
  "bugs": {
    "url": "https://github.com/shantanugoel/pi-peer-comms/issues"
  },
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "publishConfig": {
    "access": "public"
  }
}
