← back to Dw Sku Integrity

package.json

12 lines

{
  "name": "dw-sku-integrity",
  "version": "0.2.0",
  "private": true,
  "type": "module",
  "description": "Read-only deterministic tooling for the canonical dw_sku backlog (TK-10896). Never mints; recovers existing codes only.",
  "scripts": {
    "test": "node --test",
    "scan": "node dwsku-backlog-scan.mjs"
  }
}