initial commit
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user