{
  "name": "@monopi/background-tasks",
  "version": "0.6.1",
  "description": "Reactive background shell tasks for pi with /bg, Ctrl+Shift+B, log viewing, and agent wakeups on output.",
  "keywords": [
    "automation",
    "background-tasks",
    "pi",
    "pi-coding-agent",
    "pi-package",
    "shell",
    "watch"
  ],
  "homepage": "https://github.com/ifiokjr/monopi/tree/main/packages/monopi__background-tasks",
  "bugs": {
    "url": "https://github.com/ifiokjr/monopi/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ifiokjr/monopi.git",
    "directory": "packages/monopi__background-tasks"
  },
  "bin": {
    "pi-background-tasks": "install.mjs"
  },
  "files": [
    "*.ts",
    "*.mjs",
    "README.md",
    "!**/*.test.ts",
    "!tests/**"
  ],
  "type": "module",
  "peerDependencies": {
    "@earendil-works/pi-agent-core": ">=0.84.1",
    "@earendil-works/pi-ai": ">=0.84.1",
    "@earendil-works/pi-coding-agent": ">=0.84.1",
    "@earendil-works/pi-tui": ">=0.84.1",
    "typebox": "^1.1.24"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "build": "pnpm run typecheck && pnpm run test:worktree",
    "typecheck": "tsgo --project ./tsconfig.json --noEmit",
    "test:worktree": "vitest run --config ./vitest.worktree.config.ts"
  }
}