{
    "name": "pi-patty-bg-tasks",
    "version": "1.1.6",
    "description": "Background tasks extension for pi. Claude Code parity — auto-background after 120s, run_in_background flag, Ctrl+B manual background with live hint, streaming jobs attach, file-fd output capture, cooperative steering, agent_bg with progress streaming, and a monitor tool for per-event streaming (stdout lines / WebSocket frames).",
    "type": "module",
    "keywords": [
        "pi-package",
        "pi-extension",
        "background-tasks",
        "bash-bg",
        "agent-bg",
        "monitor"
    ],
    "author": "Patrick Rho",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/patty-io/pi-patty-bg-tasks.git"
    },
    "files": [
        "src/",
        "!src/__tests__/**",
        "index.ts",
        "README.md",
        "README.ko.md",
        "README.zh.md"
    ],
    "pi": {
        "extensions": [
            "./index.ts"
        ]
    },
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "test": "node --experimental-strip-types --test --test-force-exit 'src/__tests__/*.test.ts'",
        "check": "tsc --noEmit"
    },
    "peerDependencies": {
        "@earendil-works/pi-agent-core": "*",
        "@earendil-works/pi-ai": "*",
        "@earendil-works/pi-coding-agent": "*"
    },
    "devDependencies": {
        "@earendil-works/pi-agent-core": "*",
        "@earendil-works/pi-ai": "*",
        "@earendil-works/pi-coding-agent": "*",
        "@types/node": "25.6.2",
        "typebox": "^1.1.24",
        "typescript": "6.0.3"
    },
    "packageManager": "pnpm@10.33.1"
}
