{
  "name": "baron-baileys-v2",
  "version": "1.4.5",
  "description": "A WebSockets library for interacting with WhatsApp Web",
  "keywords": [
    "whatsapp",
    "automation",
    "js-whatsapp",
    "whatsapp-api",
    "whatsapp-web",
    "multi-device",
    "md"
  ],
  "homepage": "https://github.com/Barons-Team/baron-baileys-v2",
  "repository": {
    "url": "git@github.com:Barons-Team/baron-baileys-v2.git"
  },
  "license": "MIT",
  "author": "Baron",
  "main": "src/index.js",
  "files": [
    "src/**/*",
    "WAProto/**/*",
    "engine-requirements.js"
  ],
  "scripts": {
    "ncu": "npm-check-updates",
    "format": "prettier --write \"src/**/*.{js,json,md}\"",
    "lint": "tsc && eslint src --ext .js",
    "lint:fix": "npm run format && npm run lint -- --fix",
    "test": "jest --runInBand",
    "preinstall": "node ./engine-requirements.js"
  },
  "dependencies": {
    "@adiwajshing/keyed-db": "^0.2.4",
    "@cacheable/node-cache": "^1.4.0",
    "@hapi/boom": "^9.1.3",
    "async-mutex": "^0.5.0",
    "baron-util-js-hkdf": "git+https://github.com/7ucg/baron-util-js-hkdf",
    "build": "^0.1.4",
    "cache-manager": "^7.2.8",
    "libphonenumber-js": "^1.12.37",
    "libsignal": "git+https://github.com/7ucg/libsignal-node",
    "lru-cache": "^11.1.0",
    "music-metadata": "^11.7.0",
    "p-queue": "^9.0.0",
    "pino": "^9.6",
    "protobufjs": "^7.2.4",
    "uuid": "^9.0.0",
    "whatsapp-rust-bridge": "git+https://github.com/7ucg/whatsapp-rust-bridge",
    "ws": "^8.13.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.31.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^20.9.0",
    "@types/ws": "^8.0.0",
    "@typescript-eslint/eslint-plugin": "^8",
    "@typescript-eslint/parser": "^8",
    "@whiskeysockets/eslint-config": "^1.0.0",
    "conventional-changelog": "^7.1.1",
    "conventional-changelog-angular": "^8.0.0",
    "esbuild-register": "^3.6.0",
    "eslint": "^9",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-prettier": "^5.4.0",
    "jest": "^30.0.5",
    "jimp": "^1.6.0",
    "jiti": "^2.4.2",
    "json": "^11.0.0",
    "link-preview-js": "^3.0.0",
    "lru-cache": "^11.1.0",
    "open": "^8.4.2",
    "pino-pretty": "^13.1.1",
    "prettier": "^3.5.3",
    "protobufjs-cli": "^1.1.3",
    "qrcode-terminal": "^0.12.0",
    "ts-jest": "^29.4.0",
    "tsc-esm-fix": "^3.1.2",
    "tsx": "^4.20.3"
  },
  "peerDependencies": {
    "audio-decode": "^2.1.3",
    "jimp": "^1.6.0",
    "link-preview-js": "^3.0.0",
    "sharp": "*"
  },
  "peerDependenciesMeta": {
    "audio-decode": {
      "optional": true
    },
    "jimp": {
      "optional": true
    },
    "link-preview-js": {
      "optional": true
    }
  },
  "packageManager": "yarn@4.9.2",
  "engines": {
    "node": ">=20.0.0"
  }
}
