{
  "name": "@yanamiku/baileys-plus",
  "version": "25.2.2",
  "description": "WhatsApp API - Baileys",
  "keywords": [
    "whatsapp",
    "js-whatsapp",
    "whatsapp-api",
    "whatsapp-web",
    "multi-device",
    "newsletter",
    "whatsapp-bot",
    "whatsapp-bot-api",
    "baileys",
    "baileys-md",
    "whatsapp-md",
    "whatsapp-multi-device",
    "chatbot",
    "nodejs-whatsapp",
    "typescript",
    "javascript",
    "whatsapp-automation",
    "message-scheduler",
    "open-source",
    "websocket",
    "webhook",
    "api-wrapper",
    "whatsapp-sdk",
    "library",
    "group-bot",
    "whatsapp-client",
    "whatsapp-library"
  ],
  "homepage": "https://github.com/YanaMiku-BOTz/baileys-plus",
  "repository": {
    "url": "https://github.com/YanaMiku-BOTz/baileys-plus.git"
  },
  "license": "MIT",
  "author": "Iyuzaki Yanagi",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/*",
    "WAProto/*",
    "WASignalGroup/*.js"
  ],
  "scripts": {
    "build:all": "tsc && typedoc",
    "build:docs": "typedoc",
    "build:tsc": "tsc",
    "changelog:last": "conventional-changelog -p angular -r 2",
    "changelog:preview": "conventional-changelog -p angular -u",
    "changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "example": "node --inspect -r ts-node/register Example/example.ts",
    "example:mobile": "node --inspect -r ts-node/register Example/example.ts --mobile",
    "gen:protobuf": "sh WAProto/GenerateStatics.sh",
    "lint": "eslint src --ext .js,.ts,.jsx,.tsx",
    "lint:fix": "eslint src --fix --ext .js,.ts,.jsx,.tsx",
    "release": "release-it",
    "test": "jest"
  },
  "dependencies": {
    "@hapi/boom": "^9.1.3",
    "@adiwajshing/keyed-db": "^0.2.4",
    "@cacheable/node-cache": "1.5.3",
    "@adiwajshing/eslint-config": "github:adiwajshing/eslint-config",
    "libsignal": "github:WhiskeySockets/libsignal-node",
    "async-mutex": "^0.5.0",
    "futoin-hkdf": "^1.5.1",
    "axios": "^1.6.0",
    "cache-manager": "^5.7.6",
    "protobufjs": "^6.11.3",
    "lodash": "^4.17.21",
    "music-metadata": "^7.12.3",
    "pino": "^9.6",
    "protobufjs": "^7.2.4",
    "async-lock": "^1.4.1",
    "audio-decode": "^2.1.3",
    "node-cache": "^5.1.2",
    "uuid": "^10.0.0",
    "protobufjs": "^6.11.3",
    "mysql2": "latest",
    "ws": "^8.13.0"
  },
  "devDependencies": {
    "@types/jest": "^27.5.1",
    "@types/node": "^16.0.0",
    "@types/ws": "^8.0.0",
    "conventional-changelog-cli": "^2.2.2",
    "eslint": "^8.0.0",
    "jest": "^27.0.6",
    "jimp": "^0.22.12",
    "json": "^11.0.0",
    "link-preview-js": "^3.0.5",
    "open": "^8.4.2",
    "release-it": "^15.10.3",
    "sharp": "^0.32.6",
    "ts-jest": "^27.0.3",
    "ts-node": "^10.8.1",
    "typedoc": "^0.27.9",
    "typedoc-plugin-markdown": "4.4.2",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "audio-decode": "^2.1.3",
    "jimp": "^0.22.12",
    "link-preview-js": "^3.0.0",
    "sharp": "^0.32.6"
  },
  "peerDependenciesMeta": {
    "audio-decode": {
      "optional": true
    },
    "jimp": {
      "optional": true
    },
    "link-preview-js": {
      "optional": true
    },
    "sharp": {
      "optional": true
    }
  },
  "packageManager": "yarn@1.22.19",
  "engines": {
    "node": ">=20.0.0"
  },
  "directories": {
    "lib": "lib"
  },
  "bugs": {
    "url": "https://github.com/YanaMiku-BOTz/baileys-plus/issues"
  }
}