SCRAP_NODE_SERVER / package.json
hprasath's picture
Upload 8 files
96f4037 verified
raw
history blame
505 Bytes
{
"name": "my-web-app",
"version": "1.0.0",
"description": "A simple web application using Express and Morgan",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "echo 'Nothing to build'"
},
"author": "Your Name",
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.4.5",
"express": "^4.17.1",
"groq-sdk": "latest",
"morgan": "^1.10.0",
"puppeteer": "^22.13.0"
}
}