{ "name": "readability-cli", "version": "2.3.0", "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 ", "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.4.1", "dompurify": "^2.2.7", "jsdom": "^16.5.1", "y18n": "^5.0.5", "yargs": "^17.0.0" } }