Big brain code

This commit is contained in:
V
2025-09-13 14:08:03 +02:00
parent 166edd05e0
commit 516c59098c
3 changed files with 1017 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "scan-website-page-to-epub",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.15.0",
"dependencies": {
"puppeteer": "^24.20.0"
}
}