add puppeteer to docker requirements for easier browser fetching

This commit is contained in:
Nick Sweeting
2024-10-03 03:11:39 -07:00
parent 697d0a3566
commit 9728d81fee
7 changed files with 1124 additions and 260 deletions

View File

@@ -8,6 +8,8 @@
"dependencies": {
"@postlight/parser": "^2.2.3",
"readability-extractor": "github:ArchiveBox/readability-extractor",
"single-file-cli": "^1.1.54"
"single-file-cli": "^1.1.54",
"puppeteer": "^23.5.0",
"@puppeteer/browsers": "^2.4.0"
}
}