Donyking1818 commited on
Commit
cfc2d21
·
verified ·
1 Parent(s): 45cd9df

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +3 -3
package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "whatsapp-hf-bot",
3
- "version": "4.0.0",
4
  "main": "index.js",
5
  "scripts": {
6
  "start": "node index.js"
@@ -9,8 +9,8 @@
9
  "@whiskeysockets/baileys": "^6.7.0",
10
  "axios": "^1.7.0",
11
  "qrcode": "^1.5.3",
 
12
  "express": "^4.18.2",
13
- "pino": "^8.0.0",
14
- "pino-pretty": "^10.0.0"
15
  }
16
  }
 
1
  {
2
  "name": "whatsapp-hf-bot",
3
+ "version": "5.0.0",
4
  "main": "index.js",
5
  "scripts": {
6
  "start": "node index.js"
 
9
  "@whiskeysockets/baileys": "^6.7.0",
10
  "axios": "^1.7.0",
11
  "qrcode": "^1.5.3",
12
+ "qrcode-terminal": "^0.12.0",
13
  "express": "^4.18.2",
14
+ "pino": "^8.0.0"
 
15
  }
16
  }