whatsapp/package.json

15 lines
251 B
JSON
Raw Normal View History

2025-05-06 08:51:13 +00:00
{
2025-05-06 09:54:23 +00:00
"name": "whatsapp-wweb",
2025-05-06 08:51:13 +00:00
"version": "1.0.0",
"main": "index.js",
2025-05-06 09:54:23 +00:00
"type": "module",
2025-05-06 08:51:13 +00:00
"scripts": {
"start": "node index.js"
},
"dependencies": {
2025-05-06 09:54:23 +00:00
"express": "^4.18.4",
"qrcode": "^1.5.1",
"whatsapp-web.js": "^1.21.0"
2025-05-06 08:51:13 +00:00
}
}