21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"name": "nabeh-whatsapp-gateway",
|
|
"version": "1.0.0",
|
|
"description": "WhatsApp Baileys microservice for Nabeh",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"whatsapp-web.js": "^1.26.0",
|
|
"puppeteer": "^21.0.0",
|
|
"qrcode": "^1.5.3",
|
|
"axios": "^1.7.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"node-cache": "^5.1.2",
|
|
"pino": "^9.2.0"
|
|
}
|
|
}
|