{
  "name": "@platform-modules/chatgpt-orchestrator",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "packageManager": "pnpm@11.20.0",
  "scripts": {
    "build": "pnpm -r --if-present build",
    "typecheck": "pnpm -r --if-present typecheck",
    "test": "pnpm build && pnpm -r --if-present test",
    "gate": "pnpm typecheck && pnpm test && pnpm build",
    "package:skill": "./scripts/package-skill.sh"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "tsx": "^4.20.0",
    "typescript": "^6.0.0"
  },
  "license": "MIT"
}
