feat: bot WhatsApp Business API — Palmas360 inicial

This commit is contained in:
Lizandro Guarnizo
2026-06-04 13:35:23 -05:00
commit 202a263e25
18 changed files with 2100 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "bot-palmas360",
"version": "1.0.0",
"description": "WhatsApp Business API webhook — Somos19D / Palmas360",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"express": "^4.19.2",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"axios": "^1.7.2"
},
"devDependencies": {
"nodemon": "^3.1.4"
},
"engines": {
"node": ">=18.0.0"
}
}