{
  "name": "easy-baileys",
  "version": "1.5.2",
  "description": "Tired of writing complex code for simple WhatsApp bots? This Node.js module simplifies bot creation, making it accessible to all levels of developers. Harness the power of @whiskeysockets/baileys without the hassle.",
  "main": "dist/js/index.js",
  "types": "dist/js/index.d.ts",
  "scripts": {
    "start": "node dist/js/index.js",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hacxk/easy-baileys.git"
  },
  "keywords": [
    "whatsapp",
    "bot",
    "user",
    "md",
    "baileys",
    "@whiskeysockets",
    "whatsapp",
    "bot",
    "multi-device",
    "node",
    "javascript",
    "user",
    "chatbot",
    "whatsapp-api",
    "automation",
    "nodejs",
    "messaging",
    "bot-framework",
    "whatsapp-automation",
    "group",
    "business"
  ],
  "author": "hacxk",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hacxk/easy-baileys/issues"
  },
  "homepage": "https://github.com/hacxk/easy-baileys#readme",
  "dependencies": {
    "@whiskeysockets/baileys": "*",
    "chokidar": "^3.6.0",
    "events": "^3.3.0",
    "jimp": "^0.16.13",
    "libphonenumber-js": "^1.11.4",
    "link-preview-js": "^3.0.5",
    "lodash.debounce": "^4.0.8",
    "mongo-baileys": "^1.0.1",
    "mongodb": "^6.8.0",
    "mysql-baileys": "^1.5.1",
    "node-fetch": "^3.3.2",
    "qrcode": "^1.5.4",
    "qrcode-terminal": "^0.12.0"
  },
  "devDependencies": {
    "@types/lodash.debounce": "^4.0.9",
    "@types/qrcode": "^1.5.5",
    "typescript": "^5.5.3"
  }
}