7 lines
323 B
JSON
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."
|
|
}
|