@denixxx/baileys 7.2.2 → 7.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +109 -102
package/package.json CHANGED
@@ -1,104 +1,111 @@
1
1
  {
2
- "name": "@denixxx/baileys",
3
- "version": "7.2.2",
4
- "description": "WhatsApp API Modification By Denixvynix",
5
- "keywords": [
6
- "whatsapp",
7
- "laurine-wabot",
8
- "baileys",
9
- "whatsapp-web",
10
- "whatsapp-chat",
11
- "whatsapp-group",
12
- "botwa",
13
- "stvnnvs"
14
- ],
15
- "homepage": "https://github.com/denzz221/Baileys",
16
- "repository": {
17
- "type": "git",
18
- "url": "https://github.com/denzz221/Baileys.git"
19
- },
20
- "license": "MIT",
21
- "author": "DENIX",
22
- "main": "lib/index.js",
23
- "types": "lib/index.d.ts",
24
- "files": [
25
- "lib/*",
26
- "WAProto/*.js",
27
- "engine-requirements.js"
28
- ],
29
- "scripts": {
30
- "build:all": "tsc && typedoc",
31
- "build:docs": "typedoc",
32
- "build:tsc": "tsc",
33
- "changelog:last": "conventional-changelog -p angular -r 2",
34
- "changelog:preview": "conventional-changelog -p angular -u",
35
- "gen:protobuf": "sh WAProto/GenerateStatics.sh",
36
- "lint": "eslint src --ext .js,.ts,.jsx,.tsx",
37
- "lint:fix": "eslint src --fix --ext .js,.ts,.jsx,.tsx",
38
- "prepack": "",
39
- "prepare": "",
40
- "preinstall": "node ./engine-requirements.js",
41
- "release": "release-it",
42
- "test": "jest",
43
- "start": "node lib/index.js"
44
- },
45
- "dependencies": {
46
- "@adiwajshing/keyed-db": "^0.2.4",
47
- "@hapi/boom": "^9.1.3",
48
- "@cacheable/node-cache": "^1.4.0",
49
- "async-mutex": "^0.5.0",
50
- "audio-decode": "^2.1.3",
51
- "axios": "^1.3.3",
52
- "cache-manager": "4.0.1",
53
- "chalk": "^4.1.2",
54
- "futoin-hkdf": "^1.5.1",
55
- "libphonenumber-js": "^1.10.20",
56
- "lodash": "^4.17.21",
57
- "libsignal": "https://github.com/denzz221/libsignal-node.git",
58
- "music-metadata": "^7.12.3",
59
- "node-cache": "^5.1.2",
60
- "node-fetch": "^2.6.1",
61
- "pino": "^7.0.0",
62
- "protobufjs": "^7.2.4",
63
- "uuid": "^9.0.0",
64
- "ws": "^8.13.0"
65
- },
66
- "devDependencies": {
67
- "@adiwajshing/eslint-config": "https://github.com/denzz221/eslint-config.git",
68
- "@types/got": "^9.6.11",
69
- "@types/jest": "^27.5.1",
70
- "@types/node": "^16.0.0",
71
- "@types/sharp": "^0.32.0",
72
- "@types/ws": "^8.0.0",
73
- "conventional-changelog-cli": "^2.2.2",
74
- "eslint": "^8.0.0",
75
- "jest": "^27.0.6",
76
- "jimp": "^0.16.1",
77
- "link-preview-js": "^3.0.0",
78
- "open": "^8.4.2",
79
- "qrcode-terminal": "^0.12.0",
80
- "release-it": "^15.10.3",
81
- "sharp": "^0.32.6",
82
- "ts-jest": "^27.0.3",
83
- "ts-node": "^10.8.1",
84
- "typedoc": "^0.24.7",
85
- "typescript": "^4.6.4",
86
- "json": "^11.0.0"
87
- },
88
- "peerDependencies": {
89
- "jimp": "^0.16.1",
90
- "link-preview-js": "^3.0.0",
91
- "qrcode-terminal": "^0.12.0",
92
- "sharp": "^0.32.6"
93
- },
94
- "peerDependenciesMeta": {
95
- "jimp": { "optional": true },
96
- "link-preview-js": { "optional": true },
97
- "qrcode-terminal": { "optional": true },
98
- "sharp": { "optional": true }
99
- },
100
- "packageManager": "yarn@1.22.19",
101
- "engines": {
102
- "node": ">=20.0.0"
103
- }
2
+ "name": "@denixxx/baileys",
3
+ "version": "7.2.3",
4
+ "description": "WhatsApp API Modification By Denixvynix",
5
+ "keywords": [
6
+ "whatsapp",
7
+ "laurine-wabot",
8
+ "baileys",
9
+ "whatsapp-web",
10
+ "whatsapp-chat",
11
+ "whatsapp-group",
12
+ "botwa",
13
+ "stvnnvs"
14
+ ],
15
+ "homepage": "https://github.com/denzz221/Bailey",
16
+ "repository": {
17
+ "url": "https://github.com/denzz221/Bailey"
18
+ },
19
+ "license": "MIT",
20
+ "author": "DENIX",
21
+ "main": "lib/index.js",
22
+ "types": "lib/index.d.ts",
23
+ "files": [
24
+ "lib/*",
25
+ "WAProto/*.js",
26
+ "engine-requirements.js"
27
+ ],
28
+ "scripts": {
29
+ "build:all": "tsc && typedoc",
30
+ "build:docs": "typedoc",
31
+ "build:tsc": "tsc",
32
+ "changelog:last": "conventional-changelog -p angular -r 2",
33
+ "changelog:preview": "conventional-changelog -p angular -u",
34
+ "gen:protobuf": "sh WAProto/GenerateStatics.sh",
35
+ "lint": "eslint src --ext .js,.ts,.jsx,.tsx",
36
+ "lint:fix": "eslint src --fix --ext .js,.ts,.jsx,.tsx",
37
+ "prepack": "",
38
+ "prepare": "",
39
+ "preinstall": "node ./engine-requirements.js",
40
+ "release": "release-it",
41
+ "test": "jest"
42
+ },
43
+ "dependencies": {
44
+ "@adiwajshing/keyed-db": "^0.2.4",
45
+ "@hapi/boom": "^9.1.3",
46
+ "@cacheable/node-cache": "^1.4.0",
47
+ "async-mutex": "^0.5.0",
48
+ "audio-decode": "^2.1.3",
49
+ "axios": "^1.3.3",
50
+ "cache-manager": "4.0.1",
51
+ "chalk": "^4.1.2",
52
+ "futoin-hkdf": "^1.5.1",
53
+ "libphonenumber-js": "^1.10.20",
54
+ "lodash": "^4.17.21",
55
+ "libsignal": "github:denzz221/libsignal-node",
56
+ "music-metadata": "^7.12.3",
57
+ "node-cache": "^5.1.2",
58
+ "node-fetch": "^2.6.1",
59
+ "pino": "^7.0.0",
60
+ "protobufjs": "^7.2.4",
61
+ "uuid": "^9.0.0",
62
+ "ws": "^8.13.0"
63
+ },
64
+ "devDependencies": {
65
+ "@adiwajshing/eslint-config": "github:denzz221/eslint-config",
66
+ "@types/got": "^9.6.11",
67
+ "@types/jest": "^27.5.1",
68
+ "@types/node": "^16.0.0",
69
+ "@types/sharp": "^0.29.4",
70
+ "@types/ws": "^8.0.0",
71
+ "conventional-changelog-cli": "^2.2.2",
72
+ "eslint": "^8.0.0",
73
+ "jest": "^27.0.6",
74
+ "jimp": "^0.16.1",
75
+ "link-preview-js": "^3.0.0",
76
+ "open": "^8.4.2",
77
+ "qrcode-terminal": "^0.12.0",
78
+ "release-it": "^15.10.3",
79
+ "sharp": "^0.30.5",
80
+ "ts-jest": "^27.0.3",
81
+ "ts-node": "^10.8.1",
82
+ "typedoc": "^0.24.7",
83
+ "typescript": "^4.6.4",
84
+ "json": "^11.0.0"
85
+ },
86
+ "peerDependencies": {
87
+ "jimp": "^0.16.1",
88
+ "link-preview-js": "^3.0.0",
89
+ "qrcode-terminal": "^0.12.0",
90
+ "sharp": "^0.32.2"
91
+ },
92
+ "peerDependenciesMeta": {
93
+ "jimp": {
94
+ "optional": true
95
+ },
96
+ "link-preview-js": {
97
+ "optional": true
98
+ },
99
+ "qrcode-terminal": {
100
+ "optional": true
101
+ },
102
+ "sharp": {
103
+ "optional": true
104
+ }
105
+ },
106
+ "packageManager": "yarn@1.22.19",
107
+ "engines": {
108
+ "node": ">=20.0.0"
109
+ }
104
110
  }
111
+