mirror of
https://git.openapi.site/https://github.com/desirecore/agent-desirecore.git
synced 2026-09-05 17:03:47 +08:00
16 lines
793 B
JSON
16 lines
793 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|