Bot_WA / package.json
YoBatM's picture
Create package.json
25c41f4 verified
raw
history blame
No virus
471 Bytes
{
"name": "Whatsapp Bot",
"version": "1.0.0",
"description": "",
"author": "Bat",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"fs": "^0.0.1-security",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"whatsapp-web.js":"pedroslopez/whatsapp-web.js#webpack-exodus",
"qrcode":"*",
"wwebjs-mongo":"*",
"mongoose":"*",
"@gradio/client":"*"
},
"type":"module"
}