14 lines
582 B
JSON
14 lines
582 B
JSON
{
|
|
"name": "toir-generation-context",
|
|
"private": true,
|
|
"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"
|
|
}
|
|
}
|