-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.15 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
{
"name": "walix-velixs",
"version": "5.0.1",
"description": "Whatsapp Gateway Sever By Velixs",
"main": "index.js",
"type": "commonjs",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ilsyaa"
},
"author": "velixs-ilsyaa",
"license": "ISC",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@ptkdev/logger": "^1.8.0",
"@whiskeysockets/baileys": "^6.7.17",
"axios": "^0.27.2",
"dotenv": "^16.0.3",
"events": "^3.3.0",
"express": "^4.18.2",
"express-validator": "^6.15.0",
"ffmpeg": "^0.0.4",
"moment-timezone": "^0.5.37",
"mysql2": "^3.1.2",
"qrcode": "^1.5.1",
"sequelize": "^6.29.0",
"socket.io": "^4.6.1",
"url": "^0.11.0"
},
"devDependencies": {
"@hapi/boom": "^10.0.0",
"jimp": "^0.16.1",
"node-cron": "^3.0.2",
"pino": "^7.6.5",
"qrcode-terminal": "^0.12.0"
}
}