21 lines
793 B
JSON
21 lines
793 B
JSON
{
|
|
"name": "toir-generation-context",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"generate:api-summary": "node tools/generate-api-summary.mjs",
|
|
"generate:openapi": "node tools/api-summary-to-openapi.mjs --out openapi.json",
|
|
"validate:generation": "node tools/validate-generation.mjs",
|
|
"validate:generation:runtime": "node tools/validate-generation.mjs --run-runtime",
|
|
"validate:generation:artifacts": "node tools/validate-generation.mjs --artifacts-only",
|
|
"eval:generation": "node tools/eval/run-evals.mjs",
|
|
"install-hooks": "node tools/install-hooks.mjs",
|
|
"orchestrate": "node --import tsx/esm tools/orchestrator.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@anthropic-ai/claude-agent-sdk": "^0.2.0",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|