← back to Dw Vendor Registry Sync
package.json
13 lines
{
"name": "dw-vendor-registry-sync",
"version": "1.0.0",
"private": true,
"description": "Sanctioned parameterized write-back of vendor_registry metadata from Mac2 to canonical Kamatera dw_unified (DTD Option C, 2026-06-30).",
"bin": { "dw-registry-sync": "sync.js" },
"scripts": {
"dry": "node sync.js --vendors DWCQ-,DWXL-,DWAL-,DWOI-",
"apply": "node sync.js --vendors DWCQ-,DWXL-,DWAL-,DWOI- --apply"
},
"dependencies": { "pg": "^8.11.0", "dotenv": "^16.4.0" }
}