inshorts-news-api
Version:
A node package to get news from inshorts api.
27 lines • 548 B
JSON
{
"name": "inshorts-news-api",
"version": "2.0.0",
"description": "A node package to get news from inshorts api.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HeT-Delwadiya/Inshorts-news-api.git"
},
"keywords": [
"inshorts",
"news",
"indian news",
"news",
"api",
"news api"
],
"author": "HeT",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"node-fetch": "^2.6.1"
}
}