-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "darlingg",
"version": "1.2.12",
"description": "Multi Device WhatsApp Bot ",
"main": "index.js",
"directories": {
"lib": "utils"
},
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/darlyn1234/delirius-bot"
},
"author": "Darlingg",
"bugs": {
"url": "https://github.com/darlyn1234/delirius-bot/issues"
},
"homepage": "https://github.com/darlyn1234/delirius-bot#readme",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@whiskeysockets/baileys": "^6.7.12",
"axios": "^1.7.9",
"emoji-regex": "^10.0.0",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"gradient-string": "^2.0.0",
"link-preview-js": "^3.0.13",
"lodash": "^4.17.21",
"mime-types": "^2.1.34",
"moment-timezone": "^0.5.34",
"node-cache": "^5.1.2",
"node-json-db": "^1.4.1",
"node-webpmux": "^3.1.1",
"pino": "^7.6.1",
"remove.bg": "^1.3.0",
"sharp": "^0.32.6",
"sqlite3": "^5.1.7",
"unofficial-shazam": "^1.0.9"
}
}