-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 883 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 883 Bytes
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
{
"name": "gifted-baileys",
"version": "2.5.8",
"description": "A lightweight, full-featured WhatsApp Web API library for Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"homepage": "https://baileys.giftedtech.co.ke",
"author": "Gifted Tech",
"license": "MIT",
"keywords": [
"whatsapp",
"whatsapp-api",
"whatsapp-web",
"baileys",
"whatsapp-bot",
"messaging",
"chat"
],
"dependencies": {
"@cacheable/node-cache": "^1.4.0",
"@hapi/boom": "^9.1.3",
"async-mutex": "^0.5.0",
"axios": "^1.6.0",
"libsignal": "github:WhiskeySockets/libsignal-node",
"lodash": "^4.17.21",
"music-metadata": "^7.12.3",
"node-fetch": "^2.6.1",
"pino": "^9.6",
"protobufjs": "^7.2.4",
"ws": "^8.13.0"
}
}