14 lines
507 B
JSON
14 lines
507 B
JSON
{
|
|
"name": "archivebox",
|
|
"version": "0.6.3",
|
|
"description": "ArchiveBox: The self-hosted internet archive",
|
|
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
|
|
"repository": "github:ArchiveBox/ArchiveBox",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@postlight/mercury-parser": "git+https://github.com/postlight/mercury-parser.git",
|
|
"playwright": "^1.37.1",
|
|
"readability-extractor": "git+https://github.com/ArchiveBox/readability-extractor.git",
|
|
"single-file-cli": "^1.0.63"
|
|
}
|
|
}
|