-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 872 Bytes
/
package.json
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
{
"name": "LinucxMD",
"version": "0.1.1",
"description": "WhatsApp bot using the Baileys library",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js --use-pairing-code"
},
"keywords": [
"whatsapp-bot",
"wabot",
"baileys"
],
"author": "NeofetchNpc",
"repository": "https://github.com/NeofetchNpc/Hutao-Md",
"license": "MIT",
"directories": {
"lib": "lib",
"plugins": "plugins"
},
"dependencies": {
"@whiskeysockets/baileys": "^6.7.9",
"awesome-phonenumber": "^7.2.0",
"neastooapi": "^0.1.15-1",
"node-fetch": "^3.3.2",
"os": "^0.1.2",
"os-utils": "^0.0.14",
"sharp": "^0.32.6",
"wa-sticker-formatter": "^4.4.4",
"your-api": "*",
"yt-search": "^2.12.1"
}
}