{
  "name": "pi-mesh-extension",
  "version": "0.6.0",
  "description": "Live agent-to-agent communication for Pi — local broker, mesh.v1 protocol, honest delivered/read/answered statuses, hash-only ledger. Zero runtime dependencies. Published as pi-mesh-extension on npm (the plain pi-mesh name is taken by another project).",
  "type": "module",
  "license": "MIT",
  "author": "Clément Garrot <clement.garrot.dev@gmail.com> (https://github.com/cgarrot)",
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "mesh",
    "multi-agent",
    "agents",
    "communication",
    "broker",
    "unix-socket",
    "extension"
  ],
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cgarrot/pi-mesh.git"
  },
  "homepage": "https://github.com/cgarrot/pi-mesh#readme",
  "bugs": {
    "url": "https://github.com/cgarrot/pi-mesh/issues"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ],
    "image": "https://raw.githubusercontent.com/cgarrot/pi-mesh/main/assets/preview.jpg"
  },
  "files": [
    "src",
    "dist",
    "!dist/test",
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && node scripts/run-tests.mjs",
    "smoke": "node scripts/mesh-smoke.mjs",
    "ci": "npm run build && node scripts/run-tests.mjs && npm run smoke",
    "prepublishOnly": "npm test"
  },
  "devDependencies": {
    "@mariozechner/pi-tui": "^0.73.1",
    "@types/node": "^22.10.0",
    "typescript": "^5.6.0"
  },
  "peerDependencies": {
    "@mariozechner/pi-tui": "*"
  }
}
