{
  "name": "@shog-lab/pi-bus",
  "version": "0.3.1",
  "description": "Atomic inter-pi messaging primitive plus OS-scheduled bus triggers: any pi window on the same host (and git repo) auto-joins. Tools: agent_list / agent_send / agent_inbox / schedule_cron / list_cron / remove_cron.",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "skill",
    "agent-bus",
    "multi-agent",
    "persona",
    "messaging",
    "cron"
  ],
  "pi": {
    "extensions": [
      "dist/extensions/bus/index.js",
      "dist/extensions/cron/index.js"
    ],
    "skills": [
      "skills"
    ]
  },
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shog-lab/pi-mind.git",
    "directory": "packages/bus"
  },
  "homepage": "https://github.com/shog-lab/pi-mind/tree/main/packages/bus",
  "bugs": "https://github.com/shog-lab/pi-mind/issues",
  "scripts": {
    "build": "rm -rf dist && tsc && node ../../tools/copy-static.mjs 'extensions/**/package.json'",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "prepare": "npm run build",
    "postinstall": "node bin/init.js"
  },
  "bin": {
    "pi-bus-init": "bin/init.js",
    "cron-trigger": "bin/cron-trigger.mjs"
  },
  "files": [
    "dist/**",
    "skills/**",
    "bin/**/*.js",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": "./dist/extensions/bus/index.js",
    "./lib/deliver": "./dist/lib/deliver.js"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "dependencies": {
    "@sinclair/typebox": "^0.34.0",
    "@shog-lab/pi-utils": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@types/node": "^22.10.0",
    "typescript": "^5.7.0",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=20"
  }
}
