-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
65 lines (65 loc) · 1.66 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": "zuly",
"version": "3.8",
"description": "Hi, I'm zuly, a just brazilian bot focused on anime!",
"main": "src/zuly.js",
"scripts": {
"dev": "nodemon",
"start": "node --use-strict --harmony --max_old_space_size=512 --optimize_for_size --expose-gc --gc-interval=100 .",
"forever": "forever -c \"node --use-strict --harmony --max_old_space_size=512 --optimize_for_size --expose-gc --gc-interval=100\" src/zuly.js",
"lint": "eslint --fix --ext .js --ignore-path .gitignore ."
},
"keywords": [
"nodejs",
"javascript",
"bot",
"fun",
"mongodb",
"mongoose",
"discord",
"moderation",
"discordjs",
"chatbot",
"discord-bot",
"eris",
"discord-js",
"stars",
"waifus",
"giveaways",
"discord-js-bot",
"quickmongo",
"eris",
"zuly"
],
"author": "AndreLucaas",
"license": "Apache-2.0",
"dependencies": {
"@discordjs/rest": "^0.4.1",
"@jpbberry/typed-emitter": "^1.2.1",
"@top-gg/sdk": "^3.1.3",
"@vitalets/google-translate-api": "^8.0.0",
"aki-api": "^6.0.8",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"canvas": "2.9.1",
"colors": "^1.4.0",
"deepai": "^1.0.21",
"discord-backup": "3.2.1",
"discord.js": "^13.8.0",
"erela.js": "^2.3.3",
"express": "^4.18.1",
"imgur": "^2.2.0",
"mal-scraper": "^2.11.4",
"math-expression-evaluator": "^1.3.14",
"moment": "^2.29.3",
"ms": "^2.1.3",
"node-canvas-with-twemoji-and-discord-emoji": "^1.2.1",
"pretty-ms": "^7.0.1",
"quickpostgres": "^3.0.0"
},
"devDependencies": {
"bufferutil": "^4.0.6",
"eslint": "8.16.0",
"utf-8-validate": "^5.0.9"
}
}