whatsapp/package.json
2025-05-06 11:54:23 +02:00

15 lines
251 B
JSON

{
"name": "whatsapp-wweb",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.18.4",
"qrcode": "^1.5.1",
"whatsapp-web.js": "^1.21.0"
}
}