{ "name": "@desirecore/solver-report-web", "version": "1.0.0", "private": true, "type": "module", "scripts": { "test": "node --test tests/*.test.mjs", "build": "node scripts/build-report-web.mjs", "privacy:contact-sheets": "node scripts/create-privacy-contact-sheets.mjs", "privacy:ocr": "swift scripts/audit-screenshot-privacy.swift \"$SOLVER_REPORT_INPUT_ROOT\" \"${SOLVER_REPORT_SCREENSHOT_PLAN_FILE:-$SOLVER_REPORT_INPUT_ROOT/evidence/screenshots/screenshot-plan.json}\" \"$SOLVER_REPORT_SCREENSHOT_OCR_FILE\" && node scripts/validate-screenshot-privacy-ocr.mjs", "privacy:redact": "node scripts/create-public-screenshots.mjs", "validate": "node scripts/validate-report-web.mjs", "validate:deployed": "node scripts/validate-deployed-report.mjs" } }