File size: 365 Bytes
ffa76a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "google-news-scraper-app",
  "version": "1.0.0",
  "description": "A simple app to fetch news using google-news-scraper and display it.",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "express": "^4.17.1",
    "google-news-scraper": "^1.2.2",
    "dotenv": "^8.2.0"
  },
  "author": "",
  "license": "ISC"
}