@fhynella/baileys 2.0.7 → 2.1.7

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 +3 -21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fhynella/baileys",
3
- "version": "2.0.7",
4
- "description": "WhatsApp API Modification By Itsukichann",
3
+ "version": "2.1.7",
4
+ "description": "WhatsApp API Modification",
5
5
  "keywords": [
6
6
  "whatsapp",
7
7
  "js-whatsapp",
@@ -12,21 +12,14 @@
12
12
  "automation",
13
13
  "multi-device"
14
14
  ],
15
- "homepage": "https://github.com/Itsukichann/Baileys",
16
- "repository": {
17
- "type": "git",
18
- "url": "git+ssh://git@github.com/Itsukichann/Baileys.git"
19
- },
20
15
  "license": "MIT",
21
- "author": "Itsukichann",
22
-
16
+ "author": "fhynella",
23
17
  "main": "lib/index.js",
24
18
  "files": [
25
19
  "lib/*",
26
20
  "WAProto/*",
27
21
  "engine-requirements.js"
28
22
  ],
29
-
30
23
  "scripts": {
31
24
  "changelog:last": "conventional-changelog -p angular -r 2",
32
25
  "changelog:preview": "conventional-changelog -p angular -u",
@@ -37,7 +30,6 @@
37
30
  "release": "release-it",
38
31
  "test": "jest"
39
32
  },
40
-
41
33
  "dependencies": {
42
34
  "@hapi/boom": "^9.1.3",
43
35
  "@adiwajshing/keyed-db": "^0.2.4",
@@ -58,7 +50,6 @@
58
50
  "qrcode-terminal": "^0.12.0",
59
51
  "ws": "^8.13.0"
60
52
  },
61
-
62
53
  "devDependencies": {
63
54
  "@types/jest": "^29.5.14",
64
55
  "@types/node": "^16.0.0",
@@ -77,28 +68,19 @@
77
68
  "typedoc-plugin-markdown": "4.4.2",
78
69
  "typescript": "^5.8.2"
79
70
  },
80
-
81
71
  "peerDependencies": {
82
72
  "jimp": "^0.22.12"
83
73
  },
84
-
85
74
  "peerDependenciesMeta": {
86
75
  "jimp": {
87
76
  "optional": true
88
77
  }
89
78
  },
90
-
91
79
  "packageManager": "yarn@1.22.19",
92
-
93
80
  "engines": {
94
81
  "node": ">=20.0.0"
95
82
  },
96
-
97
83
  "directories": {
98
84
  "lib": "lib"
99
- },
100
-
101
- "bugs": {
102
- "url": "https://github.com/Itsukichann/Baileys/issues"
103
85
  }
104
86
  }