{
  "name": "pi-c2c",
  "version": "0.4.18",
  "description": "Native c2c for Pi — anywhere-to-anywhere messaging between AI coding agents. Adds c2c send/list/rooms tools, slash commands, and background auto-delivery of inbound messages straight into pi's transcript.",
  "type": "module",
  "private": false,
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "c2c",
    "messaging",
    "agents",
    "swarm"
  ],
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "test": "node --import tsx --test \"tests/**/*.test.ts\"",
    "check": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.79.4",
    "@earendil-works/pi-coding-agent": "0.79.4",
    "@earendil-works/pi-tui": "0.79.4",
    "@types/node": "^22.0.0",
    "tsx": "^4.22.4",
    "typebox": "1.1.38",
    "typescript": "^5.7.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/clankercode/pi-c2c.git"
  },
  "homepage": "https://github.com/clankercode/pi-c2c",
  "bugs": {
    "url": "https://github.com/clankercode/pi-c2c/issues"
  },
  "dependencies": {
    "@clanker-code/c2c": "^0.14.4"
  }
}
