{
  "name": "@astralcore/aura-wb",
  "version": "1.0.19",
  "description": "AURA — WhatsApp bot (npm/yarn package build)",
  "main": "start.js",
  "bin": {
    "aura-wb": "bin/aura-wb.js"
  },
  "type": "commonjs",
  "scripts": {
    "preinstall": "node scripts/ensure-termux-deps.js || exit 0",
    "start": "node bin/aura-wb.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "bin",
    "scripts",
    "start.js",
    "ecosystem.config.js",
    "config",
    "src",
    "database",
    "data",
    "LICENSE"
  ],
  "dependencies": {
    "@ffmpeg-installer/ffmpeg": "latest",
    "@ffprobe-installer/ffprobe": "latest",
    "@hapi/boom": "^10.0.0",
    "@whiskeysockets/baileys": "^6.7.21",
    "adm-zip": "^0.5.10",
    "axios": "^1.6.0",
    "chalk": "^4.1.2",
    "cheerio": "^1.0.0-rc.12",
    "crypto-js": "^4.2.0",
    "dotenv": "^16.3.1",
    "file-type": "^16.5.4",
    "fluent-ffmpeg": "^2.1.2",
    "form-data": "^4.0.0",
    "fs-extra": "^11.2.0",
    "google-translate-api-x": "^10.7.1",
    "google-tts-api": "^2.0.2",
    "gtts": "^0.2.1",
    "jimp": "^1.6.1",
    "moment-timezone": "^0.5.43",
    "mongoose": "^8.0.0",
    "node-cache": "^5.1.2",
    "node-cron": "^3.0.3",
    "node-fetch": "^2.7.0",
    "node-webpmux": "^3.1.0",
    "nodemailer": "^6.9.0",
    "pdfkit": "^0.15.0",
    "pino": "^8.16.0",
    "play-dl": "^1.9.7",
    "qrcode": "^1.5.3",
    "qrcode-terminal": "^0.12.0",
    "sharp": "^0.33.0",
    "xml2js": "^0.6.2",
    "yt-search": "^2.10.4"
  },
  "keywords": [
    "whatsapp-bot",
    "aura",
    "astral-core",
    "baileys"
  ],
  "author": "ASTRAL CORE <astralcore@proton.me>",
  "license": "MIT",
  "overrides": {
    "sharp": "^0.33.0"
  }
}
