{
  "name": "@ayunlove/bails",
  "version": "2.4.2",
  "description": "WhatsApp Modified By AYUN/OTA — Complete Baileys API with GraphQL, Privacy, Interop, Username support",
  "keywords": [
    "whatsapp-baileys",
    "ayunlove",
    "bails",
    "baileys",
    "WhatsApp",
    "wa-bot"
  ],
  "homepage": "https://github.com/ayunlove/bails",
  "repository": {
    "url": "https://www.npmjs.com/package/@ayunlove/bails"
  },
  "license": "MIT",
  "author": "Orang Biasa",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*",
    "WAProto/**/*",
    "engine-requirements.js",
    "scripts/patch-deps.js"
  ],
  "scripts": {
    "build:all": "echo skip",
    "build:docs": "echo skip",
    "build": "echo skip",
    "changelog:last": "conventional-changelog -p angular -r 2",
    "changelog:preview": "conventional-changelog -p angular -u",
    "gen:protobuf": "sh WAProto/GenerateStatics.sh",
    "lint": "echo skip",
    "lint:fix": "echo skip",
    "prepack": "",
    "prepare": "",
    "preinstall": "node ./engine-requirements.js",
    "postinstall": "node ./scripts/patch-deps.js",
    "release": "release-it",
    "test": "echo skip"
  },
  "dependencies": {
    "@adiwajshing/keyed-db": "^0.2.4",
    "@cacheable/node-cache": "^1.4.0",
    "@hapi/boom": "^9.1.3",
    "async-mutex": "^0.5.0",
    "cache-manager": "^7.2.8",
    "chalk": "^4.1.2",
    "crypto-js": "^4.2.0",
    "jimp": "^1.6.1",
    "libsignal": "npm:@otaxayun/libsignal-node@latest",
    "lru-cache": "^11.1.0",
    "music-metadata": "^11.12.3",
    "p-queue": "^9.0.0",
    "pino": "^9.6",
    "protobufjs": "^7.5.6",
    "whatsapp-rust-bridge": "0.5.4",
    "ws": "^8.13.0"
  },
  "peerDependencies": {
    "audio-decode": "^2.1.3",
    "link-preview-js": "^3.0.0",
    "sharp": "*"
  },
  "peerDependenciesMeta": {
    "audio-decode": {
      "optional": true
    },
    "link-preview-js": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20.0.0"
  }
}