master-zapier-plan-draft/packages/ui-docs/package.json
George Lambert d31c4317af
Some checks are pending
offline / test (push) Waiting to run
Add live HTTPS door cards and screenshots to the catalog.
Homepage bottom of zapier.georgelambert.org lists each public
service with a description, screenshot, and link. UI-REVIEW.pdf
and the walkthrough document those doors.
2026-09-11 20:15:53 -04:00

15 lines
390 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "ui-docs",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "UI walkthrough, screenshots, and review PDF for Verae Time × Zapier",
"scripts": {
"walk": "node scripts/walkthrough.mjs",
"live": "node scripts/capture-live.mjs",
"pdf": "python3 scripts/build-review-pdf.py"
},
"dependencies": {
"puppeteer-core": "^24.15.0"
}
}