This commit is contained in:
2026-05-15 01:00:27 -07:00
parent 4bf0e33961
commit 55703bb7ed
6 changed files with 66 additions and 713 deletions

View File

@@ -3,13 +3,12 @@
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Render and save self-contained HTML archives for pages the operator is authorized to access.",
"description": "Render and save self-contained HTML archives.",
"bin": {
"archive-page": "./src/cli.mjs"
},
"scripts": {
"archive": "node src/cli.mjs archive",
"serve": "node src/server.mjs",
"install-browsers": "playwright install chromium"
},
"dependencies": {