Files
inventory/inventory-server/scripts/package.json
T
2026-05-23 19:38:12 -04:00

7 lines
323 B
JSON

{
"name": "inventory-server-scripts",
"private": true,
"type": "commonjs",
"description": "One-shot maintenance scripts (imports, metrics, forecasting orchestration). Kept CommonJS so the existing `require()` graph still works after the parent server moved to ESM. Convert individual scripts when touching them."
}