1
0
Fork 0
mirror of synced 2024-05-12 00:12:41 +12:00

attempt to fix bad bin linking on linux

This commit is contained in:
Nick Sweeting 2021-04-05 17:41:04 -04:00
parent 2ce6610d70
commit 0b72d26bce
2 changed files with 0 additions and 2072 deletions

2062
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,16 +5,6 @@
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"repository": "github:ArchiveBox/ArchiveBox",
"license": "MIT",
"scripts": {
"archivebox": "python3 -m archivebox",
"selfupdate": "python3 -m pip install --upgrade archivebox && npm install --no-audit --no-fund --loglevel=error"
},
"bin": {
"archivebox": "python3 -m archivebox",
"single-file": "./node_modules/.bin/single-file",
"readability-extractor": "./node_modules/.bin/readability-extractor",
"mercury-parser": "./node_modules/.bin/mercury-parser"
},
"dependencies": {
"@postlight/mercury-parser": "^2.2.0",
"readability-extractor": "git+https://github.com/ArchiveBox/readability-extractor.git",