{
  "name": "whaileys",
  "version": "6.4.4",
  "description": "WhatsApp API",
  "homepage": "https://github.com/canove/whaileys",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "whatsapp",
    "js-whatsapp",
    "whatsapp-api",
    "whatsapp-web",
    "whatsapp",
    "whatsapp-chat",
    "whatsapp-group",
    "automation",
    "multi-device"
  ],
  "scripts": {
    "test": "jest",
    "prepare": "tsc",
    "build:all": "tsc && typedoc",
    "build:docs": "typedoc",
    "build:tsc": "tsc",
    "example": "node --inspect -r ts-node/register Example/example.ts",
    "example:legacy": "node --inspect -r ts-node/register Example/example-legacy.ts",
    "gen:protobuf": "sh WAProto/GenerateStatics.sh",
    "format": "prettier --write \"src/**/*.{ts,js,json,md}\"",
    "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",
    "lint:fix": "npm run format && npm run lint --fix"
  },
  "author": "canove",
  "license": "MIT",
  "repository": {
    "url": "git@github.com:canove/whaileys.git"
  },
  "dependencies": {
    "@hapi/boom": "^9.1.3",
    "axios": "^0.24.0",
    "futoin-hkdf": "^1.5.0",
    "libsignal": "github:canove/libsignal-node#105ad38dc8d7668b5d5e3688e710915bef5cdc7f",
    "lodash": "^4.17.21",
    "music-metadata": "^7.12.3",
    "node-cache": "^5.1.2",
    "ogg-opus-decoder": "^1.7.1",
    "pino": "^7.0.0",
    "protobufjs": "^7.4.0",
    "protobufjs-cli": "^1.1.3",
    "ws": "^8.0.0"
  },
  "peerDependencies": {
    "@adiwajshing/keyed-db": "^0.2.4",
    "jimp": "^0.16.1",
    "link-preview-js": "^2.1.13",
    "qrcode-terminal": "^0.12.0",
    "sharp": "^0.30.5"
  },
  "peerDependenciesMeta": {
    "@adiwajshing/keyed-db": {
      "optional": true
    },
    "jimp": {
      "optional": true
    },
    "qrcode-terminal": {
      "optional": true
    },
    "sharp": {
      "optional": true
    },
    "link-preview-js": {
      "optional": true
    }
  },
  "files": [
    "lib/*",
    "WAProto/*",
    "WASignalGroup/*.js"
  ],
  "devDependencies": {
    "@adiwajshing/keyed-db": "^0.2.4",
    "@types/got": "^9.6.11",
    "@types/jest": "^27.5.1",
    "@types/node": "^16.0.0",
    "@types/sharp": "^0.29.4",
    "@types/ws": "^8.0.0",
    "@typescript-eslint/eslint-plugin": "^6.7.4",
    "@typescript-eslint/parser": "^6.7.4",
    "eslint": "^8.0.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^9.1.2",
    "eslint-plugin-prettier": "^5.5.4",
    "jest": "^27.0.6",
    "jimp": "^0.16.1",
    "link-preview-js": "^2.1.13",
    "prettier": "^3.6.2",
    "qrcode-terminal": "^0.12.0",
    "sharp": "^0.30.5",
    "ts-jest": "^27.0.3",
    "ts-node": "^10.8.1",
    "typedoc": "^0.22.0",
    "typescript": "^4.0.0"
  }
}
