{
  "name": "verticall-meta-webhook",
  "version": "1.0.0",
  "description": "Microservicio webhook para WhatsApp, Facebook e Instagram - Verticall OMNI",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js",
    "test": "node test-webhook.js",
    "diagnostico": "node diagnostico.js",
    "db:check": "node diagnostico.js"
  },
  "keywords": [
    "whatsapp",
    "facebook",
    "instagram",
    "webhook",
    "meta",
    "omnichannel"
  ],
  "author": "Verticall S.A.",
  "license": "PROPRIETARY",
  "dependencies": {
    "express": "^4.18.2",
    "dotenv": "^16.3.1",
    "body-parser": "^1.20.2",
    "mysql2": "^3.6.5",
    "winston": "^3.11.0",
    "cors": "^2.8.5"
  },
  "devDependencies": {
    "nodemon": "^3.0.1"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
