gptsapi / package.json
iaiuse's picture
Create package.json
ffa76a3 verified
raw
history blame contribute delete
No virus
365 Bytes
{
"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"
}