{ "name": "wapp", "version": "1.0.0", "description": "WhatsApp automation server with API and database", "main": "server.js", "scripts": { "start": "node server.js", "dev": "nodemon server.js", "postinstall": "patch-package" }, "dependencies": { "dotenv": "^16.3.1", "express": "^4.18.2", "qrcode": "^1.5.4", "qrcode-terminal": "^0.12.0", "sequelize": "^6.32.1", "socket.io": "^4.7.2", "sqlite3": "^5.1.6", "whatsapp-web.js": "github:pedroslopez/whatsapp-web.js" }, "devDependencies": { "nodemon": "^3.0.1", "patch-package": "^8.0.1", "postinstall-postinstall": "^2.1.0" } }