Donyking1818 commited on
Commit
c627589
·
verified ·
1 Parent(s): e76ff37

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +18 -0
package.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "god-nexus-web",
3
+ "version": "1.0.0",
4
+ "description": "WhatsApp Bot with Web Interface",
5
+ "main": "index.js",
6
+ "type": "commonjs",
7
+ "scripts": {
8
+ "start": "node index.js"
9
+ },
10
+ "dependencies": {
11
+ "@whiskeysockets/baileys": "^6.6.0",
12
+ "pino": "^7.0.0",
13
+ "express": "^4.18.2",
14
+ "socket.io": "^4.7.2",
15
+ "qrcode-terminal": "^0.12.0",
16
+ "node-fetch": "^2.6.1"
17
+ }
18
+ }