MIF_E31231313/Website/s_gizi/wa-service/package.json

20 lines
443 B
JSON

{
"name": "wa-service",
"version": "1.0.0",
"description": "WhatsApp OTP service for S-Gizi using Baileys",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js"
},
"dependencies": {
"@whiskeysockets/baileys": "^6.7.9",
"@hapi/boom": "^10.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"pino": "^9.3.2",
"qrcode-terminal": "^0.12.0"
}
}