mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-03 08:08:43 -04:00
15 lines
470 B
JSON
15 lines
470 B
JSON
{
|
|
"name": "archivebox",
|
|
"version": "0.8.5",
|
|
"description": "ArchiveBox: The self-hosted internet archive",
|
|
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
|
|
"repository": "github:ArchiveBox/ArchiveBox",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@postlight/parser": "^2.2.3",
|
|
"readability-extractor": "github:ArchiveBox/readability-extractor",
|
|
"single-file-cli": "^1.1.54",
|
|
"puppeteer": "^23.5.0",
|
|
"@puppeteer/browsers": "^2.4.0"
|
|
}
|
|
}
|