{
  "name": "@wppconnect/wa-js",
  "version": "3.20.1",
  "description": "WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web",
  "license": "Apache-2.0",
  "author": {
    "name": "Edgard Messias",
    "email": "edgardmessias@gmail.com",
    "url": "https://github.com/edgardmessias"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wppconnect-team/wa-js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/wppconnect-wa.js"
    }
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "build:dev": "webpack --devtool inline-source-map --mode development",
    "build:prd": "webpack",
    "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",
    "clean": "shx rm -rf dist",
    "commit": "cz",
    "docs:build": "npm run docs:clean && typedoc --gitRevision main",
    "docs:clean": "shx rm -rf docs",
    "launch:attach": "ts-node ./src/tools/launchAttach.ts",
    "launch:local": "ts-node ./src/tools/launchLocal.ts",
    "launch:protocol-log": "ts-node ./src/tools/launchProtocolLog.ts",
    "lint": "npx eslint --ext .ts src",
    "prepare": "husky install && npm run clean && npm run build:prd",
    "release": "release-it",
    "test": "playwright test --project tests",
    "test:prepare": "playwright test --project prepare --headed",
    "update-models-attributes": "ts-node ./src/tools/updateModelsAttributes.ts",
    "update-module-id": "ts-node ./src/tools/updateModuleID.ts",
    "wa-source:clean": "shx rm -rf wa-source",
    "wa-source:format": "prettier --write ./wa-source",
    "watch": "webpack watch --devtool inline-source-map --mode development"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.3.1",
    "@commitlint/config-conventional": "^20.3.1",
    "@commitlint/prompt-cli": "^20.3.1",
    "@playwright/test": "^1.58.0",
    "@tony.ganchev/eslint-plugin-header": "^3.2.0",
    "@types/debug": "^4.1.12",
    "@types/node": "^16.18.126",
    "@types/node-fetch": "^2.6.13",
    "@types/parse-data-url": "^3.0.2",
    "@types/shelljs": "^0.10.0",
    "@typescript-eslint/eslint-plugin": "^8.53.1",
    "@typescript-eslint/parser": "^8.53.1",
    "@wppconnect/wa-version": "^1.5.3111",
    "buffer": "^6.0.3",
    "compare-versions": "^6.1.1",
    "compressorjs": "^1.2.1",
    "conventional-changelog-angular": "^8.1.0",
    "conventional-changelog-cli": "^5.0.0",
    "debug": "^4.4.3",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "eventemitter2": "^6.4.9",
    "file-type": "~16.5.4",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "node-fetch": "^2.7.0",
    "parse-data-url": "^6.0.0",
    "playwright-chromium": "^1.58.0",
    "prettier": "^3.8.1",
    "release-it": "^19.2.4",
    "shx": "^0.4.0",
    "terser-webpack-plugin": "^5.3.16",
    "ts-loader": "^9.5.4",
    "ts-morph": "^27.0.2",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.16",
    "typedoc-plugin-mdn-links": "^5.1.0",
    "typedoc-plugin-missing-exports": "^4.1.2",
    "typescript": "^5.9.3",
    "typescript-debounce-decorator": "^0.0.18",
    "typescript-eslint": "^8.53.1",
    "webpack": "^5.104.1",
    "webpack-cli": "^6.0.1"
  },
  "engines": {
    "whatsapp-web": ">=2.2326.10-beta"
  }
}
