-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.58 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
{
"name": "ertu-bots",
"homepage": "https://ertu.xyz/",
"version": "1.0.0",
"author": "Ertuğrul Karahanlı",
"license": "GPL-3.0",
"scripts": {
"moderation": "nodemon ./Server/Ertu-Main/Moderation/Vante.js",
"stats": "nodemon ./Server/Ertu-Main/Statistics/Vante.js",
"voucher": "nodemon ./Server/Ertu-Main/Voucher/Vante.js",
"welcomes": "nodemon ./Server/Ertu-Welcomes/Starter.js",
"start": "concurrently node ./Server/Ertu-Welcomes/Starter.js && node ./Server/Ertu-Main/Voucher/Shards.js && node ./Server/Ertu-Main/Statistics/Shards.js"
},
"dependencies": {
"@discordjs/voice": "^0.16.0",
"@napi-rs/canvas": "^0.1.44",
"axios": "^1.6.0",
"canvas-constructor": "^7.0.1",
"chalk": "^4.1.2",
"chartjs-node-canvas": "^4.1.6",
"chokidar": "^3.5.3",
"cron": "^3.1.7",
"discord-anti-spam": "^2.8.1",
"discord-bettermarkdown": "^2.1.1",
"discord.js": "^14.14.1",
"discord.js-selfbot-v13": "^3.1.4",
"five.db": "^0.0.9",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^8.0.0",
"ms": "^2.1.3",
"musicard": "^2.0.5",
"node-schedule": "^2.1.1",
"request": "^2.88.2",
"shuffle-array": "^1.0.1",
"skia-canvas": "^1.0.1",
"sourcebin_js": "^0.0.3-ignore",
"table": "^6.8.2",
"tesseract.js": "^5.1.0",
"vante-giveaways": "^3.5.0"
},
"devDependencies": {
"concurrently": "^8.2.2"
}
}