{
  "name": "@yceachan/pi-shelld",
  "version": "0.3.0",
  "description": "pi extension: session-scoped background shells with shell_daemon, a TUI monitor, and pi.events service discovery",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "shell",
    "background-process",
    "tui"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yceachan/ea-pi-extensions.git",
    "directory": "packages/pi-shelld"
  },
  "homepage": "https://github.com/yceachan/ea-pi-extensions#readme",
  "files": [
    "src",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@earendil-works/pi-ai": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "@earendil-works/pi-tui": "^0.84.2",
    "@earendil-works/pi-ai": "^0.84.2",
    "typebox": "^1.3.7",
    "@types/node": "^24"
  },
  "scripts": {
    "test": "bun test test/"
  },
  "trustedDependencies": [
    "@google/genai",
    "protobufjs"
  ]
}
