-
Notifications
You must be signed in to change notification settings - Fork 186
/
Copy pathpackage.json
65 lines (65 loc) · 1.82 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
61
62
63
64
65
{
"name": "Nezuko",
"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",
"@canvas-fonts/arial-bold": "^1.0.4",
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "^6.6.0",
"anime-wallpaper": "^2.0.0",
"axios": "1.6.7",
"better-sqlite3": "^8.4.0",
"canvacord": "^5.4.9",
"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",
"g-i-s": "^2.1.7",
"genshin-db": "^5.0.0",
"hmtai": "^3.2.3",
"instagram-url-direct": "^1.0.13",
"lyric-music": "^1.0.0",
"mathjs": "^12.4.0",
"moment-timezone": "^0.5.45",
"mongoose": "^8.2.1",
"node-fetch": "^3.3.0",
"node-id3": "^0.2.6",
"node-myanimelist": "^4.1.2",
"node-webpmux": "^3.2.0",
"node-youtube-music": "0.8.3",
"parse-ms": "^3.0.0",
"path": "^0.12.7",
"pg": "^8.11.3",
"qrcode": "^1.5.3",
"quick.db": "^9.1.6",
"readline": "^1.3.0",
"reddit-image-fetcher": "^2.0.11",
"spotifydl-x": "^0.3.5",
"wa-sticker-formatter": "^4.3.2",
"yargs": "^17.7.2",
"youtube-yts": "^2.0.0",
"youtubedl-core": "^4.11.7"
},
"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
}