-
Notifications
You must be signed in to change notification settings - Fork 155
/
package.json
51 lines (51 loc) · 1.18 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
50
51
{
"name": "whatsapp-gateway",
"version": "1.0.0",
"description": "Simple WhatsApp Gateway, Built Using Baileys, Express, Sequelize & mazer",
"main": "./server/config/index.js",
"type": "module",
"scripts": {
"start": "node ./server/config/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fawwaz37/whatsapp-gateway.git"
},
"keywords": [
"express",
"api",
"bot",
"whatsapp-gateway",
"whatsapp bot",
"mysql",
"express",
"nodejs"
],
"author": "zekais",
"license": "ISC",
"bugs": {
"url": "https://github.com/fawwaz37/whatsapp-gateway/issues"
},
"homepage": "https://github.com/fawwaz37/whatsapp-gateway#readme",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.0",
"@whiskeysockets/baileys": "^6.4.1",
"axios": "^0.27.2",
"chalk": "^5.0.1",
"connect-flash": "^0.1.1",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-ejs-layouts": "^2.5.1",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"moment-timezone": "^0.5.37",
"mysql2": "^2.3.3",
"pino": "^8.0.0",
"qrcode": "^1.5.1",
"sequelize": "^6.21.3",
"sharp": "^0.30.7",
"socket.io": "^4.5.1"
}
}