{
  "name": "@wppconnect/wa-version",
  "version": "1.5.3752",
  "description": "List of WhatsApp Web HTML",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": {
    "name": "Edgard Messias",
    "email": "edgardmessias@gmail.com",
    "url": "https://github.com/edgardmessias"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wppconnect-team/wa-version"
  },
  "license": "Apache-2.0",
  "scripts": {
    "build:dev": "tsc --sourceMap",
    "build": "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",
    "clean": "shx rm -rf session dist",
    "commit": "cz",
    "lint": "eslint src",
    "prepare": "husky install && npm run clean && npm run build",
    "release": "release-it",
    "wa-update": "ts-node ./src/tools/update.ts",
    "watch": "tsc -w --sourceMap"
  },
  "dependencies": {
    "node-fetch": "^2.7.0",
    "semver": "^7.7.4"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.8.1",
    "@commitlint/config-conventional": "^17.8.1",
    "@commitlint/cz-commitlint": "^17.8.1",
    "@eslint/js": "^10.0.1",
    "@tony.ganchev/eslint-plugin-header": "^3.4.3",
    "@types/node": "^16.18.126",
    "@types/node-fetch": "^2.6.13",
    "@types/semver": "^7.7.1",
    "@typescript-eslint/eslint-plugin": "^8.58.2",
    "@typescript-eslint/parser": "^8.58.2",
    "commitizen": "^4.3.1",
    "conventional-changelog-cli": "^4.1.0",
    "eslint": "^10.2.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "execa": "~5.1.1",
    "husky": "^9.1.7",
    "prettier": "^3.8.3",
    "pretty-quick": "^4.2.2",
    "release-it": "^15.11.0",
    "shx": "^0.4.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/cz-commitlint"
    }
  }
}
