This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.74 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
{
"name": "lune-bot",
"version": "6.18.23",
"description": "Whatsapp Bot",
"main": "index.js",
"author": "Luiz Bizzio/Enzo Santos",
"license": "GPL-3.0",
"homepage": "https://github.com/luizbizzio/lune-bot",
"scripts": {
"preinstall": "npm i -g pm2 nodemon && pip install get-stick-bugged-lol rembg && node ./lib/installFonts.js",
"start": "pm2 start process.json --name lune-bot && pm2 monit",
"stop": "pm2 stop lune-bot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luizbizzio/lune-bot.git"
},
"keywords": [
"whatsapp",
"bot",
"javascript",
"automation"
],
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@open-wa/wa-automate": "^4.66.3",
"@vitalets/google-translate-api": "^9.2.0",
"acrcloud": "^1.4.0",
"axios": "^1.4.0",
"better-node-gtts": "^1.1.0",
"bitly": "^7.1.2",
"canvacord": "^5.4.9",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"chrome-paths": "^1.0.1",
"discord-canvas": "^1.5.2",
"figlet": "^1.6.0",
"file-type": "^16.5.4",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"format-duration-time": "^1.5.4",
"fs-extra": "^11.1.1",
"genius-lyrics-api": "^3.2.0",
"got": "^11.8.6",
"imgbb-uploader": "^1.5.1",
"jimp": "^0.22.8",
"jsbarcode": "^3.11.5",
"moment-timezone": "^0.5.43",
"node-fetch": "^2.6.11",
"nodemon": "^2.0.22",
"openai": "^3.3.0",
"parse-ms": "^2.1.0",
"puppeteer": "^20.7.2",
"qrcode": "^1.5.3",
"qrcode-reader": "^1.0.4",
"quick.db": "^7.1.3",
"sharp": "^0.32.1",
"update-json-file": "^1.1.1",
"virustotal-api": "^1.1.7",
"yt-dl-playlist": "^2.1.0",
"yt-search": "^2.10.4",
"ytdl-core": "^4.11.4"
}
}