{
  "name": "pi-better-background-tasks",
  "version": "0.2.6",
  "description": "Pi extension for durable background shell tasks, watchers, logs, and status inspection.",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "background-tasks",
    "watchers"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/1aboveio/pi-better-harness/main/docs/images/package-gallery/pi-better-background-tasks.png"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/1aboveio/pi-better-harness.git",
    "directory": "packages/pi-better-background-tasks"
  },
  "bugs": {
    "url": "https://github.com/1aboveio/pi-better-harness/issues"
  },
  "homepage": "https://github.com/1aboveio/pi-better-harness/tree/main/packages/pi-better-background-tasks#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "pretest": "node ../../scripts/sync-shared-log-utils.mjs && node ../../scripts/sync-shared-ssh-core.mjs && node ../../scripts/sync-shared-sandbox-core.mjs",
    "prepack": "node ../../scripts/sync-shared-log-utils.mjs && node ../../scripts/sync-shared-ssh-core.mjs && node ../../scripts/sync-shared-sandbox-core.mjs",
    "pretypecheck": "node ../../scripts/sync-shared-sandbox-core.mjs",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:unit": "vitest run src/conditions.test.ts src/runtime.test.ts",
    "test:e2e": "vitest run src/e2e.test.ts",
    "test:cross-session": "vitest run src/e2e.test.ts -t \"different session\"",
    "test:golden": "vitest run src/golden-path.test.ts",
    "test:integration": "npm run test:e2e && npm run test:golden",
    "test:sandbox": "vitest run src/sandbox.test.ts src/sandbox-kernel.test.ts"
  },
  "files": [
    "src/**/*.ts",
    "!src/**/*.test.ts",
    "!src/test-support/**",
    "!src/shared-ssh-core/test-support/**",
    "README.md"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "typebox": "^1.1.38",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  }
}
