-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 727 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 727 Bytes
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
{
"name": "DemonSlayerBot",
"version": "1.0.0",
"description": "A WhatsApp bot with VIP features.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=16.x"
},
"dependencies": {
"@whiskeysockets/baileys": "^6.0.0",
"dotenv": "^16.3.1",
"pino": "^8.6.1",
"express": "^4.18.2",
"request": "^2.88.2",
"crypto": "^1.0.1",
"nodemailer": "^6.9.9",
"googleapis": "^127.0.0",
"mongoose": "^7.6.3",
"mongodb": "^5.6.0",
"qrcode-terminal": "^0.12.0",
"node-fetch": "^3.3.1",
"axios": "^1.6.3"
},
"devDependencies": {},
"keywords": ["whatsapp", "bot", "automation", "VIP"],
"author": "Fenix ID",
"license": "MIT"
}