File size: 471 Bytes
c7f545b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "hyip-app",
  "version": "1.0.0",
  "description": "HYIP web app with user and admin features",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "express": "^4.18.2",
    "mysql2": "^3.6.5",
    "jsonwebtoken": "^9.0.2",
    "bcryptjs": "^2.4.3",
    "dotenv": "^16.3.1",
    "node-cron": "^3.0.2",
    "express-session": "^1.17.3",
    "ejs": "^3.1.9",
    "multer": "^1.4.5-lts.1",
    "axios": "^1.7.2"
  }
}