{
  "name": "pi-zense",
  "version": "0.33.4",
  "description": "Spec-gated, human-signed SDLC harness for pi (zense = a pun on the Thai word for sign) — sub-agents, dual eval, escalation gates — plus the Zense dark theme.",
  "keywords": [
    "pi-package",
    "pi",
    "signature",
    "harness",
    "agent",
    "zense",
    "theme"
  ],
  "license": "MIT",
  "author": "",
  "scripts": {
    "release": "bash scripts/release.sh",
    "typecheck": "tsc --noEmit --skipLibCheck --module esnext --moduleResolution bundler --allowImportingTsExtensions extensions/zense-harness/index.ts",
    "test": "node --no-warnings --test test/index.test.mjs test/adr-deny.test.mjs test/worktree.test.mjs test/spec-draft.test.mjs test/eval-review.test.mjs test/fullscreen-default.test.mjs test/subagent-timeout.test.mjs test/reviewer-grounding.test.mjs test/spec-changes.test.mjs test/ext-config.test.mjs test/prespec-dirty.test.mjs test/distill.test.mjs test/esc-guard.test.mjs test/subagent-cancel.test.mjs test/decompose.test.mjs test/approve-sync.test.mjs test/provider-diagnosis.test.mjs test/context-bulletin.test.mjs test/resume.test.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/zurge-co/pi-zense.git"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "themes": [
      "./themes"
    ]
  }
}
