forked from danitechid/wa-bot-md-pairing-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 788 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 788 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
32
33
34
{
"name": "whatsapp-bot",
"version": "0.0.0",
"private": true,
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"@whiskeysockets/baileys" : "^6.5.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"pino": "^8.15.5",
"readline": "^1.3.0",
"qrcode-terminal": "^0.12.0",
"chalk": "^4.1.2",
"mongoose": "^7.5.4",
"node-cron": "^3.0.2",
"os": "^0.1.2",
"crypto": "^1.0.1",
"fluent-ffmpeg": "^2.1.2",
"node-webpmux": "^3.1.9",
"form-data": "^4.0.0",
"file-type": "^16.5.3",
"util": "^0.12.4",
"axios": "0.24.0",
"path": "^0.12.7",
"nodemon": "^3.0.1"
},
"author": "Dani Ramdani",
"license": "ISC"
}