{
"name": "holon-benchmark",
"private": true,
"type": "module",
"scripts": {
"test": "node --test tests/*.test.mjs",
"run": "node run.mjs",
"guardrails": "node run.mjs --task fix-greeting-preserves-case.json --task followup-greeting-context.json --task coordination-sequential-render-plan.json --task analysis-runtime-architecture.json --task bounded-synthesis-analysis-runtime.json"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "0.2.90",
"yaml": "2.8.1"
}
}