-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 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
44
45
46
47
48
49
{
"name": "backend-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "DEBUG=ioredis:* node --watch server.js",
"cluster": "DEBUG=ioredis:* node --watch primary.mjs",
"tai": "node --watch server.js",
"node": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"cloudinary": "^2.0.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.3.2",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"firebase": "^10.8.0",
"helmet": "^7.1.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"knex": "^3.1.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"node-telegram-bot-api": "^0.65.1",
"nodemailer": "^6.9.9",
"nodemailer-express-handlebars": "^6.1.0",
"otp-generator": "^4.0.1",
"pg": "^8.11.3",
"puppeteer": "^22.3.0",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"nodemon": "^3.0.2"
}
}