darkwatch/site/package.json
Aaron Wood e1cf22cae4 feat: add Playwright screenshot script for brochure
Adds site/package.json and site/screenshots.js to automate capturing
7 named screenshots of the running Darkwatch app via Playwright/Chromium.
Also adds site/node_modules/ to .gitignore.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 18:34:07 -04:00

11 lines
238 B
JSON

{
"name": "darkwatch-brochure-screenshots",
"type": "module",
"scripts": {
"screenshots": "node screenshots.js",
"screenshots:only": "node screenshots.js --only"
},
"devDependencies": {
"playwright": "^1.43.0"
}
}