Spaces:
Sleeping
Sleeping
{ | |
"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" | |
} | |
} | |