{
  "name": "whatsapp-bot-api",
  "version": "2.0.0",
  "description": "API de Bot do WhatsApp com suporte a envio de mensagens, imagens e menções",
  "main": "dist/index.js",
  "scripts": {
    "start": "node dist/index.js",
    "dev": "nodemon src/index.ts",
    "build": "tsc",
    "clean": "rmdir /s /q dist 2>nul || echo Pasta dist não existe",
    "prebuild": "npm run clean",
    "postbuild": "if exist public xcopy /E /I /Y public dist\\public",
    "deploy": "npm run build && npm run start",
    "pm2:start": "pm2 start dist/index.js --name whatsapp-bot",
    "pm2:stop": "pm2 stop whatsapp-bot",
    "pm2:restart": "pm2 restart whatsapp-bot",
    "pm2:logs": "pm2 logs whatsapp-bot",
    "pm2:status": "pm2 status"
  },
  "keywords": [
    "whatsapp",
    "bot",
    "api",
    "nodejs",
    "typescript",
    "baileys",
    "messaging",
    "automation"
  ],
  "author": "WhatsApp Bot API",
  "license": "MIT",
  "dependencies": {
    "@whiskeysockets/baileys": "^6.6.0",
    "@hapi/boom": "^10.0.1",
    "qrcode-terminal": "^0.12.0",
    "qrcode": "^1.5.3",
    "express": "^4.18.2",
    "cors": "^2.8.5",
    "helmet": "^7.1.0",
    "dotenv": "^16.3.1",
    "multer": "^1.4.5-lts.1"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "@types/express": "^4.17.21",
    "@types/cors": "^2.8.17",
    "@types/multer": "^1.4.11",
    "@types/qrcode": "^1.5.5",
    "typescript": "^5.3.3",
    "nodemon": "^3.0.2",
    "ts-node": "^10.9.2"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "local"
  },
  "bugs": {
    "url": "local"
  },
  "homepage": "http://localhost:3000",
  "os": [
    "win32",
    "linux",
    "darwin"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
