{
  "name": "@neoxr/wb",
  "version": "5.4.10",
  "description": "Simplicity WhatsApp Bot (Baileys)",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/*"
  ],
  "scripts": {
    "dev": "node ./example/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neoxr/neoxr-bot.git"
  },
  "keywords": [
    "whattapp-bot",
    "whatsapp-api",
    "bot",
    "whatsapp",
    "wabot",
    "baileys"
  ],
  "author": "Wildan Izzudin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/neoxr/neoxr-bot/issues"
  },
  "homepage": "https://github.com/neoxr/neoxr-bot#readme",
  "dependencies": {
    "@cacheable/node-cache": "^1.5.3",
    "@database/local": "github:neoxr/database#local",
    "@neoxr/api": "^1.5.3",
    "@neoxr/helper": "^1.2.2",
    "@session/mongo": "github:neoxr/session#mongo",
    "awesome-phonenumber": "~2.59.0",
    "axios": "~0.24.0",
    "beautify-console-log": "^1.3.12",
    "bytes": "^3.1.2",
    "chalk": "4.1.0",
    "chokidar": "~4.0.3",
		"colors": "~1.4.0",
    "dotenv": "^16.0.1",
    "file-type": "~16.5.2",
    "fluent-ffmpeg": "~2.1.3",
    "form-data": "~4.0.0",
    "jimp": "~0.22.12",
    "mime-types": "~2.1.32",
    "miniget": "^4.2.3",
    "moment-timezone": "~0.5.34",
    "node-cron": "~3.0.0",
    "node-fetch": "2.6.1",
    "node-id3": "^0.2.7",
    "node-webpmux": "^3.1.0",
    "os": "^0.1.2",
    "path": "~0.12.7",
    "qrcode-terminal": "^0.12.0",
    "rootpath": "^0.1.2",
    "syntax-error": "~1.4.0"
  }
}