-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
53 lines (53 loc) · 1.21 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
{
"name": "megumi-md",
"version": "2.7.000",
"description": "Just for Fun",
"main": "start.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node start.js",
"dev": "node anu.js"
},
"keywords": [
"replit",
"whatsapp",
"2022",
"baileys",
"bot"
],
"author": "4relial",
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys": "github:WhiskeySockets/Baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"anilist-node": "^1.12.0",
"axios": "^0.21.1",
"cfonts": "^2.10.1",
"cheerio": "^1.0.0-rc.2",
"cors": "^2.8.5",
"express": "^4.17.1",
"file-type": "16.5.3",
"fluent-ffmpeg": "^2.1.2",
"genshin-db": "^4.1.1",
"get-youtube-id": "^1.0.1",
"got": "^11.8.1",
"image-to-base64": "^2.2.0",
"jimp": "^0.16.1",
"mathjs": "^10.4.3",
"node-fetch": "2.6.1",
"pino": "^7.11.0",
"qr-image": "^3.2.0",
"qrcode-terminal": "^0.12.0",
"remove.bg": "^1.3.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"rimraf": "^3.0.2",
"spinnies": "^0.5.1",
"trace.moe.ts": "^1.3.10-patch1",
"wa-sticker-formatter": "^4.3.2",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.11.2"
}
}