You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
readability-cli/package.json

29 lines
817 B
JSON

{
"name": "@gardenapple/readability-cli",
"version": "1.1.2",
"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",
"readability",
"html"
],
"license": "GPL-3.0-only",
"dependencies": {
"jsdom": "^16.3.0",
"readability": "github:mozilla/readability#master",
"yargs": "github:gardenappl/yargs#enable-fallback-to-standard-completion"
}
}