{
  "name": "pi-codex-goal",
  "version": "0.1.22",
  "description": "Codex-style goal tracking and continuation for pi.",
  "type": "module",
  "author": "Mitch Fultz (https://github.com/fitchmultz)",
  "license": "MIT",
  "main": "src/index.ts",
  "files": [
    "src",
    "docs",
    "scripts",
    "AGENTS.md",
    "prompts",
    "platform-smoke.config.mjs",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "extension",
    "codex",
    "goal"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fitchmultz/pi-codex-goal.git"
  },
  "bugs": {
    "url": "https://github.com/fitchmultz/pi-codex-goal/issues"
  },
  "homepage": "https://github.com/fitchmultz/pi-codex-goal#readme",
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "prompts": [
      "./prompts"
    ]
  },
  "scripts": {
    "test": "node --import tsx --test test/*.test.ts",
    "typecheck": "tsc --noEmit",
    "check:platform-smoke": "node --check scripts/platform-smoke.mjs && node --check scripts/platform-smoke/artifacts.mjs && node --check scripts/platform-smoke/crabbox-runner.mjs && node --check scripts/platform-smoke/doctor.mjs && node --check scripts/platform-smoke/goal-runtime-smoke.mjs && node --check scripts/platform-smoke/targets.mjs && node --import tsx --test test/platform-smoke.test.ts",
    "verify": "npm run typecheck && npm run check:platform-smoke && npm test",
    "smoke:platform": "node scripts/platform-smoke.mjs",
    "smoke:platform:doctor": "node scripts/platform-smoke.mjs doctor",
    "smoke:platform:macos": "node scripts/platform-smoke.mjs run --target macos",
    "smoke:platform:ubuntu": "node scripts/platform-smoke.mjs run --target ubuntu",
    "smoke:platform:windows-native": "node scripts/platform-smoke.mjs run --target windows-native",
    "smoke:platform:all": "npm run smoke:platform:doctor && node scripts/platform-smoke.mjs run --target macos,ubuntu,windows-native"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.78.0",
    "@earendil-works/pi-coding-agent": "0.78.0",
    "@types/node": "^25.9.1",
    "tsx": "^4.22.3",
    "typebox": "1.1.39",
    "typescript": "^6.0.3"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "packageManager": "npm@11.16.0"
}
