{
  "name": "whatsapp-webhook-api",
  "version": "1.0.0",
  "main": "app.js",
  "type": "module",
  "engines": {
    "node": ">=20.0.0",
    "bun": ">=1.0.0"
  },
  "scripts": {
    "start": "node app.js",
    "dev": "nodemon app.js",
    "test": "jest",
    "build": "npm run build:css",
    "build:css": "npx @tailwindcss/cli -i ./src/input.css -o ./public/css/tailwind.css",
    "watch:css": "npx @tailwindcss/cli -i ./src/input.css -o ./public/css/tailwind.css --watch",
    "lint": "echo 'Linting not configured yet'"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "@hapi/boom": "^10.0.1",
    "@whiskeysockets/baileys": "latest",
    "bcryptjs": "^3.0.3",
    "body-parser": "^1.20.3",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "csv-parser": "^3.2.0",
    "dotenv": "^16.6.1",
    "ejs": "^3.1.10",
    "express": "^4.21.2",
    "express-session": "^1.18.2",
    "j": "^1.0.0",
    "jimp": "^1.6.0",
    "jsonwebtoken": "^9.0.3",
    "mongoose": "^9.0.2",
    "multer": "^1.4.5-lts.2",
    "qrcode": "^1.5.4",
    "qrcode-terminal": "^0.12.0",
    "socket.io": "^4.8.1",
    "vcf": "^2.1.2"
  },
  "devDependencies": {
    "@tailwindcss/cli": "^4.1.13",
    "jest": "^29.7.0",
    "nodemon": "^3.1.10",
    "supertest": "^6.3.4",
    "tailwindcss": "^4.1.13"
  }
}
