{
  "name": "pi-subagent-timeout-safety",
  "version": "0.3.0",
  "description": "Mutation-safe timeout policy for pi-subagents launches",
  "private": false,
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi",
    "pi-subagents",
    "timeout",
    "safety"
  ],
  "engines": {
    "node": ">=24"
  },
  "pi": {
    "extensions": [
      "./extensions/subagent-timeout-safety/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "scripts": {
    "test": "node --experimental-strip-types --test tests/*.test.ts",
    "test:policy": "node --experimental-strip-types --test tests/policy.test.ts",
    "test:extension": "node --experimental-strip-types --test tests/extension.test.ts",
    "check": "node --experimental-strip-types --check src/policy.ts && node --experimental-strip-types --check extensions/subagent-timeout-safety/index.ts"
  },
  "files": [
    "src/",
    "extensions/",
    "tests/",
    "AUDIT.md",
    "CHANGELOG.md",
    "LICENSE"
  ]
}
