{
  "name": "@shog-lab/pi-goals",
  "version": "0.5.1",
  "description": "Ralph-style autonomous goal execution for pi-coding-agent: single `goal` tool, prd.json as state, per-goal git worktree isolation, isolated verification sub-agent.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shog-lab/pi-mind.git",
    "directory": "packages/ralph"
  },
  "homepage": "https://github.com/shog-lab/pi-mind/tree/main/packages/ralph",
  "bugs": "https://github.com/shog-lab/pi-mind/issues",
  "scripts": {
    "build": "rm -rf dist && tsc && node ../../tools/copy-static.mjs 'extensions/**/package.json'",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "prepare": "npm run build",
    "postinstall": "node bin/init.js"
  },
  "bin": {
    "pi-goals-init": "bin/init.js"
  },
  "files": [
    "dist/**",
    "skills/**",
    "bin/**/*.js",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0"
  },
  "dependencies": {
    "@sinclair/typebox": "^0.34.0",
    "@shog-lab/pi-utils": "*"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=20"
  }
}
