Donyking1818 commited on
Commit
a9c1754
·
verified ·
1 Parent(s): bad2fb8

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +6 -3
package.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "name": "whatsapp-hf-bot",
3
- "version": "1.0.0",
 
4
  "main": "index.js",
5
  "scripts": {
6
  "start": "node index.js"
@@ -8,8 +9,10 @@
8
  "dependencies": {
9
  "@whiskeysockets/baileys": "^6.7.0",
10
  "axios": "^1.7.0",
11
- "qrcode": "^1.5.0",
12
  "qrcode-terminal": "^0.12.0",
13
- "pino": "^9.0.0"
 
 
14
  }
15
  }
 
1
  {
2
  "name": "whatsapp-hf-bot",
3
+ "version": "2.0.0",
4
+ "description": "WhatsApp Bot with Pairing Code & Web UI",
5
  "main": "index.js",
6
  "scripts": {
7
  "start": "node index.js"
 
9
  "dependencies": {
10
  "@whiskeysockets/baileys": "^6.7.0",
11
  "axios": "^1.7.0",
12
+ "qrcode": "^1.5.3",
13
  "qrcode-terminal": "^0.12.0",
14
+ "pino": "^9.0.0",
15
+ "express": "^4.18.2",
16
+ "ws": "^8.14.0"
17
  }
18
  }