{ "name": "local-page-archiver", "version": "0.1.0", "private": true, "type": "module", "description": "Render and save self-contained HTML archives for pages the operator is authorized to access.", "bin": { "archive-page": "./src/cli.mjs" }, "scripts": { "archive": "node src/cli.mjs archive", "serve": "node src/server.mjs", "install-browsers": "playwright install chromium" }, "dependencies": { "playwright": "^1.59.1" }, "engines": { "node": ">=22" } }