-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.13 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
{
"name": "rsastore",
"version": "1.0.0",
"description": "RSA Store - Professional E-commerce Platform with Dynamic QRIS Payment",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"qris": "python3 qris-service.py"
},
"dependencies": {
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"compression": "^1.8.1",
"cookie-parser": "^1.4.6",
"csrf-csrf": "^4.0.3",
"dompurify": "^3.3.0",
"dotenv": "^16.6.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-rate-limit": "^8.2.1",
"express-session": "^1.17.3",
"helmet": "^8.1.0",
"jsdom": "^26.1.0",
"marked": "^15.0.12",
"multer": "^1.4.5-lts.1",
"node-telegram-bot-api": "^0.66.0",
"nodemailer": "^7.0.10",
"pino": "^10.1.0",
"qrcode": "^1.5.4",
"qrcode-terminal": "^0.12.0",
"speakeasy": "^2.0.0",
"sqlite3": "^5.1.6",
"uuid": "^9.0.1",
"validator": "^13.15.20",
"whatsapp-web.js": "^1.34.2",
"winston": "^3.18.3"
},
"devDependencies": {
"nodemon": "^3.0.2"
},
"engines": {
"node": ">=14.0.0"
}
}