simplify
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user