-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "shadoshops-server",
"version": "1.0.0",
"description": "RESTful API and WORKER for the shadoshops e-commerce platform, built with Express and MongoDB and Redis.",
"main": "server.js",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon -L src/server.js",
"start": "pm2 start ecosystem.config.js",
"start:docker": "pm2-runtime ecosystem.config.js",
"end": "pm2 delete all",
"stop": "pm2 stop all"
},
"dependencies": {
"axios": "^1.12.2",
"bullmq": "^5.66.4",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-useragent": "^2.0.2",
"express-validator": "^7.2.1",
"ffmpeg-static": "^5.3.0",
"ffprobe-static": "^3.1.0",
"geoip-lite": "^1.4.10",
"ioredis": "^5.8.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.13.2",
"multer": "^2.0.2",
"nanoid": "^5.1.6",
"nodemailer": "^7.0.9",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"pm2": "^6.0.14",
"request-ip": "^3.3.0",
"sharp": "^0.34.5",
"telebirr-nodejs": "^1.1.9",
"ua-parser-js": "^2.0.6"
},
"devDependencies": {
"cross-env": "^10.1.0",
"nodemon": "^3.1.10"
}
}