whatsapp/package.json

15 lines
249 B
JSON
Raw Normal View History

2025-05-06 08:51:13 +00:00
{
"name": "whatsappServer",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"body-parser": "^2.2.0",
"express": "^5.1.0",
"venom-bot": "^5.3.0"
}
}