YoBatM commited on
Commit
25c41f4
1 Parent(s): 7870cad

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +22 -0
package.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Whatsapp Bot",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "author": "Bat",
6
+ "main": "server.js",
7
+ "scripts": {
8
+ "start": "node server.js"
9
+ },
10
+ "dependencies": {
11
+ "express": "^4.18.2",
12
+ "fs": "^0.0.1-security",
13
+ "axios": "^1.4.0",
14
+ "body-parser": "^1.20.2",
15
+ "whatsapp-web.js":"pedroslopez/whatsapp-web.js#webpack-exodus",
16
+ "qrcode":"*",
17
+ "wwebjs-mongo":"*",
18
+ "mongoose":"*",
19
+ "@gradio/client":"*"
20
+ },
21
+ "type":"module"
22
+ }