{
  "name": "@sting8k/pi-peer",
  "version": "2.5.0",
  "description": "Standalone peer-to-peer Pi communication over the Herdr workspace - talk_to, talk_sessions, and talk_latest tools with a resilient local mailbox.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "peer",
    "herdr",
    "talk"
  ],
  "license": "MIT",
  "author": "sting8k",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sting8k/pi-peer.git"
  },
  "homepage": "https://github.com/sting8k/pi-peer#readme",
  "bugs": {
    "url": "https://github.com/sting8k/pi-peer/issues"
  },
  "type": "module",
  "files": [
    "pi-extension/pi-peer"
  ],
  "scripts": {
    "test": "tsx --test test/peer/*.test.ts test/integration/*.test.ts",
    "test:focused": "tsx --test test/peer/*.test.ts",
    "test:integration": "tsx --test test/integration/*.test.ts",
    "typecheck": "tsc"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@sinclair/typebox": "*"
  },
  "pi": {
    "extensions": [
      "./pi-extension/pi-peer/index.ts"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "@sinclair/typebox": "^0.34.49",
    "@types/node": "^24.0.0",
    "tsx": "^4.23.6",
    "typescript": "^5.9.3"
  }
}
