-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (95 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
105 lines (95 loc) · 2.36 KB
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
{
"name": "@itsukichan/baileys",
"version": "7.3.2",
"description": "WhatsApp API Modification By Itsukichann",
"keywords": [
"whatsapp",
"js-whatsapp",
"whatsapp-api",
"whatsapp-web",
"whatsapp-chat",
"whatsapp-group",
"automation",
"multi-device"
],
"homepage": "https://github.com/Itsukichann/Baileys",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Itsukichann/Baileys.git"
},
"license": "MIT",
"author": "Itsukichann",
"main": "lib/index.js",
"files": [
"lib/*",
"WAProto/*",
"engine-requirements.js"
],
"scripts": {
"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 -r 0",
"lint": "eslint src --ext .js,.ts",
"lint:fix": "yarn lint --fix",
"preinstall": "node ./engine-requirements.js",
"release": "release-it",
"test": "jest"
},
"dependencies": {
"@hapi/boom": "^9.1.3",
"@adiwajshing/keyed-db": "^0.2.4",
"@cacheable/node-cache": "1.5.3",
"@itsukichan/libsignal-node": "^1.0.1",
"async-mutex": "^0.5.0",
"audio-decode": "^2.2.2",
"cache-manager": "^5.7.6",
"fflate": "^0.8.2",
"lodash": "^4.17.21",
"unfurl.js": "^6.4.0",
"lru-cache": "^11.1.0",
"music-metadata": "^7.12.3",
"pino": "^9.6",
"p-queue": "^9.0.0",
"protobufjs": "^7.2.4",
"qrcode-terminal": "^0.12.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^16.0.0",
"@types/ws": "^8.0.0",
"@itsukichan/eslint-config": "^1.0.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.0.0",
"jest": "^30.1.1",
"jimp": "^0.22.12",
"json": "^11.0.0",
"unfurl.js": "^6.4.0",
"open": "^8.4.2",
"release-it": "^15.10.3",
"ts-jest": "^29.4.1",
"ts-node": "^10.8.1",
"typedoc": "^0.27.9",
"typedoc-plugin-markdown": "4.4.2",
"typescript": "^5.8.2"
},
"peerDependencies": {
"jimp": "^0.22.12",
"sharp": "*"
},
"peerDependenciesMeta": {
"jimp": {
"optional": true
}
},
"packageManager": "yarn@1.22.19",
"engines": {
"node": ">=20.0.0"
},
"directories": {
"lib": "lib"
},
"bugs": {
"url": "https://github.com/Itsukichann/Baileys/issues"
}
}