File size: 4,510 Bytes
4c34106
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ac4a08b
4c34106
ac4a08b
4c34106
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1cc922d
4c34106
1cc922d
4c34106
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1cc922d
4c34106
 
 
 
 
 
 
 
 
 
 
1cc922d
4c34106
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1cc922d
4c34106
 
 
 
 
 
 
 
 
1cc922d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
  "name": "@wppconnect-team/wppconnect",
  "version": "1.41.1",
  "description": "WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination... 😀🤔💭",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build:client": "tsc",
    "build:wapi": "cd src/lib/wapi/ && webpack",
    "build": "npm run build:wapi && npm run build:client",
    "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",
    "example": "node ./examples/basic/index.js",
    "commit": "cz",
    "docs:build": "npm run docs:clean && typedoc && npm run docs:copy-images",
    "docs:clean": "shx rm -rf api-docs",
    "docs:copy-images": "shx cp -R ./img ./api-docs",
    "lint:js": "eslint 'src/**/*.js'",
    "lint:ts": "eslint 'src/**/*.ts'",
    "lint": "eslint src/",
    "prepare": "",
    "release": "release-it",
    "start": "node dist/app.js",
    "test": "mocha -r ts-node/register src/tests/**/*.test.ts",
    "watch": "concurrently \"npm run build:wapi -- --mode=development -w -d eval-source-map\" \"npm run build:client -- -w --sourceMap\""
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/cz-commitlint"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wppconnect-team/wppconnect.git"
  },
  "keywords": [
    "whatsapp",
    "javascript",
    "bot",
    "chat bot",
    "bot",
    "typescript",
    "automatization",
    "puppeteer"
  ],
  "author": "wppconnect-team",
  "license": "LGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/wppconnect-team/wppconnect/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/wppconnect-team/wppconnect#readme",
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/eslint-parser": "^7.28.6",
    "@babel/eslint-plugin": "^7.27.1",
    "@babel/preset-env": "^7.29.2",
    "@commitlint/cli": "^20.5.0",
    "@commitlint/config-conventional": "^20.5.0",
    "@commitlint/cz-commitlint": "^20.5.0",
    "@eslint/js": "^10.0.1",
    "@tony.ganchev/eslint-plugin-header": "^3.3.4",
    "@types/atob": "^2.1.4",
    "@types/express": "^4.17.25",
    "@types/mime-types": "^3.0.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.12.0",
    "@types/shelljs": "^0.10.0",
    "@types/tmp": "^0.2.6",
    "@types/ws": "^8.18.1",
    "babel-loader": "^10.1.1",
    "commitizen": "^4.3.1",
    "concurrently": "^9.2.1",
    "conventional-changelog-cli": "^5.0.0",
    "eslint": "10.1.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "globals": "^17.4.0",
    "husky": "^9.1.7",
    "mocha": "^11.7.5",
    "prettier": "^2.8.8",
    "pretty-quick": "^4.2.2",
    "regenerator-runtime": "^0.14.1",
    "release-it": "^19.2.4",
    "shx": "^0.4.0",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.18",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.2",
    "webpack": "^5.105.4",
    "webpack-cli": "^6.0.1"
  },
  "dependencies": {
    "@wppconnect/wa-js": "^3.23.2",
    "@wppconnect/wa-version": "^1.5.3483",
    "atob": "^2.1.2",
    "axios": "^1.14.0",
    "boxen": "^5.1.2",
    "catch-exit": "^2.0.0",
    "chalk": "~4.1.2",
    "chrome-launcher": "^0.15.2",
    "execa": "^5.1.1",
    "express": "^4.22.1",
    "file-type": "~16.5.4",
    "futoin-hkdf": "^1.5.3",
    "latest-version": "^5.1.0",
    "logform": "^2.7.0",
    "lookpath": "^1.2.3",
    "mime-types": "^3.0.2",
    "puppeteer": "^24.37.5",
    "puppeteer-extra": "^3.3.6",
    "puppeteer-extra-plugin-stealth": "^2.11.2",
    "puppeteer-extra-plugin-user-data-dir": "^2.4.1",
    "puppeteer-extra-plugin-user-preferences": "^2.4.1",
    "qrcode-terminal": "^0.12.0",
    "reflect-metadata": "^0.2.1",
    "rimraf": "^3.0.2",
    "sanitize-filename": "^1.6.4",
    "sharp": "0.34.5",
    "tmp": "^0.2.5",
    "tree-kill": "^1.2.2",
    "winston": "^3.19.0",
    "ws": "^8.19.0"
  },
  "optionalDependencies": {
    "@img/sharp-win32-x64": "^0.34.5",
    "fsevents": "^2.3.3"
  },
  "directories": {
    "doc": "docs",
    "example": "examples"
  }
}