File size: 471 Bytes
25c41f4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"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"
}
|