mirror of
https://gitlab.com/gardenappl/readability-cli
synced 2024-10-31 09:20:29 +00:00
32 lines
779 B
JSON
32 lines
779 B
JSON
{
|
|
"name": "readability-cli",
|
|
"version": "1.1.5",
|
|
"description": "Firefox Reader Mode in your terminal - get useful text from a web page using Mozilla's Readability library",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"readable": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": "gitlab:gardenappl/readability-cli",
|
|
"author": "gardenapple <gardenapple@posteo.net>",
|
|
"bugs": "https://gitlab.com/gardenappl/readability-cli/-/issues",
|
|
"keywords": [
|
|
"console",
|
|
"terminal",
|
|
"cli",
|
|
"readable",
|
|
"reader-mode",
|
|
"firefox",
|
|
"mozilla",
|
|
"html"
|
|
],
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": {
|
|
"@mozilla/readability": "^0.3.0",
|
|
"jsdom": "^16.3.0",
|
|
"minimist": "^1.2.5"
|
|
}
|
|
}
|