chore: pin npm deps, quiet install, validate exact versions

This commit is contained in:
time_
2026-03-29 14:36:10 +03:00
parent 1cdd80f51b
commit 9352f15fd6
11 changed files with 177 additions and 100 deletions

View File

@@ -2,6 +2,7 @@
"name": "toir-generation-context",
"private": true,
"scripts": {
"pin:deps": "node tools/pin-package-versions.mjs server && node tools/pin-package-versions.mjs client",
"generate:domain-summary": "node tools/generate-domain-summary.mjs",
"validate:generation": "node tools/validate-generation.mjs",
"validate:generation:runtime": "node tools/validate-generation.mjs --run-runtime",