{
  "name": "ralph-teams",
  "version": "1.0.36",
  "description": "CLI tool for Ralph Teams",
  "bin": {
    "ralph-teams": "dist/index.js",
    "rjq": "dist/json-tool.js"
  },
  "files": [
    "dist",
    "prompts",
    ".claude",
    ".github/agents",
    ".codex",
    ".opencode/agents",
    "ralph.sh",
    "prd.json.example"
  ],
  "scripts": {
    "prepare": "npm run build",
    "build": "rm -rf dist && tsc && chmod +x dist/index.js dist/json-tool.js",
    "sync:agents": "node --import tsx scripts/sync-agent-prompts.ts",
    "test": "node --import tsx --test --test-concurrency=4 $(find ./test -type f -name '*.test.ts' | sort)",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "js-yaml": "^4.1.1"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0"
  }
}
