fastnews
Version:
A fast news api based on inshorts
33 lines (32 loc) • 757 B
JSON
{
"name": "fastnews",
"version": "1.0.5",
"description": "A fast news api based on inshorts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"news",
"inshorts",
"fast",
"api",
"reading"
],
"homepage": "https://github.com/ScorchingShade/fast-news",
"repository": {
"type": "git",
"url": "https://github.com/ScorchingShade/fast-news"
},
"bugs": {
"url": "https://github.com/ScorchingShade/fast-news/issues",
"email": "info@thecodewolf.in"
},
"type": "module",
"author": "Ankush <info@thecodewolf.in> (https://thecodewolf.in/)",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"node-fetch": "^3.2.0"
}
}