{
  "name": "@tian.zuo/pi-background-terminals",
  "version": "0.5.3",
  "description": "Replace Pi's built-in Bash with automatic background yielding, exactly-once completion notifications, and a /ps viewer.",
  "type": "module",
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "background",
    "terminal",
    "process",
    "shell"
  ],
  "author": "Tian Zuo",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TianZuo555/pi-extensions.git",
    "directory": "packages/pi-background-terminals"
  },
  "homepage": "https://github.com/TianZuo555/pi-extensions#background-terminals",
  "bugs": {
    "url": "https://github.com/TianZuo555/pi-extensions/issues"
  },
  "files": [
    "index.ts",
    "src",
    "docs",
    "CHANGELOG.md"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "dependencies": {
    "effect": "4.0.0-beta.101",
    "koffi": "^3.1.6"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@effect/language-service": "^0.87.2",
    "@effect/tsgo": "^0.36.5",
    "typescript": "^7.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "check": "tsc --noEmit -p .",
    "test": "node --test --test-concurrency=1 --experimental-strip-types index.test.ts manager.test.ts lifecycle.test.ts output.test.ts prompt.test.ts command-shape.test.ts completion-batcher.test.ts result-delivery.test.ts ps.test.ts spill-source.test.ts"
  }
}