{ "name": "7star-whatsapp-server", "version": "1.0.0", "description": "WhatsApp notification server for 7STAR CRM", "main": "index.js", "type": "module", "scripts": { "start": "node index.js", "dev": "node --watch index.js" }, "dependencies": { "whatsapp-web.js": "^1.25.0", "qrcode-terminal": "^0.12.0", "express": "^4.18.2", "cors": "^2.8.5", "dotenv": "^16.3.1" } }