Some checks are pending
offline / test (push) Waiting to run
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.
15 lines
390 B
JSON
15 lines
390 B
JSON
{
|
||
"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"
|
||
}
|
||
}
|