-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 KB
/
package.json
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": "node",
"version": "1.0.0",
"description": "",
"main": "example/src/1.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon example/src/1.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.2.0",
"amqplib": "^0.10.3",
"ansi-colors": "^4.1.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"helmet": "^7.0.0",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.1",
"md5": "^2.3.0",
"mongodb": "^5.7.0",
"mongoose": "^7.4.3",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.6.0",
"qrcode-terminal": "^0.12.0",
"redis": "^4.6.7",
"sequelize": "^6.32.1",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"swagger-ui-express": "^5.0.0",
"telegraf": "^4.12.2",
"whatsapp-web.js": "^1.22.1",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.5.1",
"nodemon": "^3.0.1",
"prisma": "^5.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}