terminews
Version:
Read today's headlines in your terminal, paired with links to bring you to each story.
44 lines (43 loc) • 911 B
JSON
{
"name": "terminews",
"version": "2.9.73",
"description": "Read today's headlines in your terminal, paired with links to bring you to each story.",
"main": "index.js",
"scripts": {
"devnews": "node ./index.js",
"test": "./node_modules/.bin/mocha"
},
"bin": {
"news": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/DanielDwyer/terminews.git"
},
"keywords": [
"news",
"headlines",
"newspaper",
"journalism",
"current events",
"newspapers",
"headline"
],
"author": "danielpatrickdwyer@gmail.com",
"license": "MIT",
"contributors": [
{
"name": "Jennifer Winer",
"url": "https://jenniferwiner.com",
"contributions": 1
}
],
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^7.1.2"
}
}