{
  "name": "pi-goal-expander",
  "version": "0.2.1",
  "description": "Grok-style goal harness for Pi: expand objectives into frozen plans, drive multi-turn pursuit, harness-owned verification with optional pi-subagents skeptics.",
  "type": "module",
  "license": "Unlicense",
  "author": "XertroV",
  "private": false,
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "goal",
    "expand",
    "planning",
    "acceptance-criteria",
    "subgoals",
    "coding-agent",
    "harness",
    "verifier",
    "autonomous"
  ],
  "files": [
    "src",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "test": "node --import tsx --test tests/*.test.ts",
    "typecheck": "tsc --noEmit",
    "check": "npm run typecheck && npm test",
    "prepublishOnly": "npm run check"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.10",
    "@types/node": "^22.15.32",
    "tsx": "^4.20.3",
    "typebox": "^1.1.38",
    "typescript": "^5.8.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clankercode/pi-goal-expander.git"
  },
  "homepage": "https://github.com/clankercode/pi-goal-expander#readme",
  "bugs": {
    "url": "https://github.com/clankercode/pi-goal-expander/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
