{
  "name": "wa-blast-fixed",
  "version": "1.0.0",
  "description": "WhatsApp Blast Custom WA Service",
  "main": "index.js",
  "private": true,
  "type": "commonjs",

  "scripts": {
    "start": "node index.js",
    "dev": "node index.js",
    "restart": "node index.js"
  },

  "engines": {
    "node": ">=18"
  },

  "dependencies": {
    "@whiskeysockets/baileys": "^7.0.0-rc.9",
    "axios": "^1.6.0",
    "express": "^4.18.2",
    "mysql2": "^3.16.3",
    "pino": "^8.17.0",
    "qrcode": "^1.5.4",
    "socket.io": "^4.8.3"
  }
  ,
  "author": "tomswick",
  "license": "ISC"
}
