| { | |
| "name": "whatsapp-bot-panel", | |
| "version": "1.0.0", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.18.2", | |
| "socket.io": "^4.7.2", | |
| "mongodb": "^5.7.0", | |
| "pm2": "^5.3.0", | |
| "node-fetch": "^2.6.7", | |
| "cors": "^2.8.5", | |
| "crypto": "^1.0.1" | |
| } | |
| } |