File size: 505 Bytes
96f4037
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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"
  }
}