-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
60 lines (60 loc) · 1.41 KB
/
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
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
{
"name": "ok",
"version": "1.0.0",
"description": "Customizable WhatsApp Bot",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins"
},
"scripts": {
"start": "node . ",
"test": "node test.js",
"test2": "nodemon index.js"
},
"keywords": [
"heko"
],
"author": "gweh",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "github:what-zit-tooyaa/Baileys#master",
"awesome-phonenumber": "^2.70.0",
"axios": "^0.26.1",
"cfonts": "^2.10.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"colors": "^1.4.0",
"express": "*",
"file-type": "^17.1.2",
"got": "latest",
"gradient-string": "^2.0.1",
"human-readable": "^0.2.1",
"jimp": "^0.16.1",
"jsdom": "^19.0.0",
"link-preview-js": "^3.0.0",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"md5": "^2.3.0",
"mime": "^3.0.0",
"moment-timezone": "^0.5.34",
"mongoose": "^6.10.5",
"ms": "^2.1.3",
"node-fetch": "^3.2.0",
"node-os-utils": "^1.3.7",
"node-webpmux": "^3.1.7",
"pino-pretty": "^8.0.0",
"promise-queue": "^2.2.5",
"qrcode": "^1.5.0",
"qrcode-terminal": "^0.12.0",
"socket.io": "^4.4.1",
"stream": "0.0.2",
"syntax-error": "^1.4.0",
"systeminformation": "^5.18.4",
"terminal-image": "^2.0.0",
"url-regex-safe": "^3.0.0",
"yargs": "^17.4.0"
}
}