{
  "type": "module",
  "name": "whatsapp-api-service",
  "version": "1.6.1",
  "description": "Minimal WhatsApp API for sending text and media messages.",
  "main": "app.js",
  "author": "ry-ys",
  "license": "MIT",
  "nodemonConfig": {
    "ignore": [
      "credentials/*"
    ]
  },
  "dependencies": {
    "axios": "^1.18.0",
    "baileys": "^7.0.0-rc13",
    "body-parser": "^2.3.0",
    "dotenv": "^17.4.2",
    "express": "^5.2.1",
    "mime-types": "^3.0.2",
    "node-cache": "^5.1.2",
    "pino-pretty": "^13.1.3",
    "qrcode": "^1.5.4",
    "sharp": "0.33.5",
    "ulid": "^3.0.2"
  },
  "overrides": {
    "rimraf": "^6.1.3",
    "glob": "^13.0.6",
    "phin": "^3.7.1",
    "querystring": "^0.2.1",
    "uuid": "^13.0.0"
  }
}
