clinews
Version:
A command line interface for getting news stories from https://newsapi.org
27 lines (26 loc) • 596 B
JSON
{
"name": "clinews",
"version": "1.1.0",
"description": "A command line interface for getting news stories from https://newsapi.org",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"news": "src/index.js"
},
"keywords": [
"news",
"news-api",
"world-news",
"cli"
],
"author": "Martin McKeaveney <martinmckeaveney@gmail.com> (http://github.com/mmckeaveney)",
"license": "MIT",
"dependencies": {
"axios": "0.16.2",
"chalk": "2.1.0",
"commander": "^2.20.0",
"ora": "1.3.0"
}
}