14 lines
345 B
JSON
14 lines
345 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",
|
||
"pdf": "python3 scripts/build-review-pdf.py"
|
||
},
|
||
"dependencies": {
|
||
"puppeteer-core": "^24.15.0"
|
||
}
|
||
}
|