{
  "name": "pi-metro",
  "version": "0.2.3",
  "description": "Inter-session message bus for the Pi coding agent with automatic file-lease coordination. Live Pi sessions discover each other, exchange chat, fixed queries, and context-aware asks.",
  "type": "module",
  "main": "src/index.ts",
  "files": [
    "src/**",
    "test/**",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "SECURITY.md",
    "CONTRIBUTING.md"
  ],
  "scripts": {
    "test": "node --test --import tsx test/*.test.ts",
    "prepublishOnly": "npm test"
  },
  "keywords": [
    "pi-package",
    "metrol",
    "agent",
    "ipc",
    "bus"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {},
  "devDependencies": {
    "tsx": "^4.19.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rretsiem/pi-metro.git"
  },
  "homepage": "https://github.com/rretsiem/pi-metro",
  "bugs": {
    "url": "https://github.com/rretsiem/pi-metro/issues"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://repository-images.githubusercontent.com/1335506315/bf307e83-aecf-4f31-b67b-0c87a3e63f27"
  }
}
