{
  "name": "pi-harness-runtime",
  "version": "0.9.20",
  "description": "[BETA] Codex-style /usage status + autonomous coding harness for pi. Not production ready — expect breaking changes.",
  "type": "module",
  "scripts": {
    "test": "node --test",
    "postinstall": "mkdir -p ~/.pi-harness-runtime/cookies",
    "release": "bun scripts/release-all.ts",
    "release:patch": "bun scripts/release-all.ts --release-as patch",
    "release:minor": "bun scripts/release-all.ts --release-as minor",
    "release:major": "bun scripts/release-all.ts --release-as major",
    "release:dry-run": "bun scripts/release-all.ts --dry-run",
    "auth:minimax": "bun packages/auth/src/run-minimax-auth.ts auth",
    "auth:minimax:check": "bun packages/auth/src/run-minimax-auth.ts check",
    "auth:minimax:scrape": "bun packages/auth/src/run-minimax-auth.ts scrape",
    "skills:sync": "bun scripts/skills-sync.ts",
    "skills:sync:check": "bun scripts/skills-sync.ts --check-only",
    "build": "for pkg in packages/*/; do [ -f \"${pkg}tsconfig.json\" ] && [ \"$pkg\" != \"packages/provider-router/\" ] && node_modules/.bin/tsc -p \"${pkg}tsconfig.json\" --skipLibCheck || true; done"
  },
  "bin": {
    "harness-auth": "packages/auth/src/run-minimax-auth.ts"
  },
  "files": [
    "index.ts",
    "footer-status.ts",
    "proactive-compact.ts",
    "tracker.ts",
    "mirror.ts",
    "windows.ts",
    "renderer.ts",
    "cli.ts",
    "harness/**/*.ts",
    "packages",
    "skills",
    "package.json",
    "status-parsers.ts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "usage",
    "tokens",
    "cost",
    "codex"
  ],
  "author": "MooCoding",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ManotLuijiu/pi-harness-runtime.git"
  },
  "bugs": {
    "url": "https://github.com/ManotLuijiu/pi-harness-runtime/issues"
  },
  "homepage": "https://github.com/ManotLuijiu/pi-harness-runtime#readme",
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.7",
    "@commitlint/cli": "^20.3.1",
    "@commitlint/config-conventional": "^20.3.1",
    "@types/node": "^26.1.0",
    "@types/ws": "^8.18.1",
    "husky": "^9.1.7",
    "playwright": "^1.61.1",
    "standard-version": "^9.5.0"
  },
  "workspaces": [
    "packages/*"
  ],
  "dependencies": {
    "chokidar": "^5.0.0",
    "deepagents": "^1.10.5",
    "pi-harness-runtime": "^0.3.2-beta.1"
  }
}
