dgxeon-soket 7.0.0 → 7.0.1

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 (2) hide show
  1. package/package.json +2 -7
  2. package/package.json.bak +110 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dgxeon-soket",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Customised baileys by @dgxeon13",
5
5
  "keywords": [
6
6
  "whatsapp",
@@ -20,11 +20,6 @@
20
20
  "directories": {
21
21
  "lib": "lib"
22
22
  },
23
- "files": [
24
- "lib/*",
25
- "WAProto/*.js",
26
- "engine-requirements.js"
27
- ],
28
23
  "scripts": {
29
24
  "build:all": "tsc && typedoc",
30
25
  "build:docs": "typedoc",
@@ -107,4 +102,4 @@
107
102
  "node": ">=20.0.0"
108
103
  },
109
104
  "packageManager": "yarn@1.22.19"
110
- }
105
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "name": "dgxeon-soket",
3
+ "version": "7.0.1",
4
+ "description": "Customised baileys by @dgxeon13",
5
+ "keywords": [
6
+ "whatsapp",
7
+ "xbugbot",
8
+ "baileys",
9
+ "whatsapp-web",
10
+ "whatsapp-chat",
11
+ "whatsapp-group",
12
+ "botwa",
13
+ "xeonbugbot"
14
+ ],
15
+ "license": "MIT",
16
+ "author": "dgxeon13",
17
+ "type": "commonjs",
18
+ "main": "lib/index.js",
19
+ "types": "lib/index.d.ts",
20
+ "directories": {
21
+ "lib": "lib"
22
+ },
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": "npm:@shennmine/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:adiwajshing/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
+ "engines": {
107
+ "node": ">=20.0.0"
108
+ },
109
+ "packageManager": "yarn@1.22.19"
110
+ }