-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "HEXOR-MD",
"version": "4.0.0",
"description": "A simple and easy-to-use WhatsApp bot project based on Multi-Device Baileys and written in JavaScript",
"main": "heart.js",
"type": "commonjs",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@darkcriminal/baileys": "latest",
"@hapi/boom": "^10.0.1",
"anime-wallpaper": "^2.0.0",
"axios": "1.6.7",
"better-sqlite3": "^8.4.0",
"cfonts": "^3.2.0",
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"discord-xp": "^1.1.16",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"genshin-db": "^5.0.0",
"hexter-md": "^1.0.0",
"mongoose": "^8.2.1",
"node-fetch": "^2.6.11",
"path": "^0.12.7",
"qrcode": "^1.5.3",
"quick.db": "^9.1.6",
"util": "^0.12.5",
"yargs": "^17.7.2",
"yarn": "^1.22.22"
},
"devDependencies": {
"jimp": "^0.16.1",
"pino": "^7.6.5",
"qrcode-terminal": "^0.12.0"
},
"scripts": {
"start": "node --max_old_space_size=8192 heart.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Eternity-Team",
"license": "AGPL-3.0",
"repository": "https://github.com/EternityBots/Nezuko.git",
"private": false
}