forked from azukashi/exxyll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "exxyll",
"version": "2.3.0",
"description": "Multipurpose Discord Bot with commands for Fun, Games, Moderation, Utility, and more!",
"author": "Gifaldy Azka <me@falcxxdev.ml> (https://falcxxdev.ml)",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"shard": "node src/Scripts/shard.js",
"lint": "prettier -c .",
"format": "prettier -w ."
},
"engines": {
"node": "16.x",
"yarn": "1.x"
},
"dependencies": {
"@iamtraction/google-translate": "1.1.2",
"anilist-node": "1.12.1",
"axios": "0.27.2",
"canvacord": "5.3.0",
"chalk": "4.1.2",
"discord-together": "1.3.3",
"discord-xp": "1.1.16",
"discord.js": "13.2.0",
"discord.js-akinator": "3.4.5",
"dotenv": "16.0.1",
"glob": "8.0.3",
"moment": "2.29.3",
"mongoose": "6.4.0",
"ms": "2.1.3",
"node-fetch": "2.6.7",
"pretty-ms": "7.0.1",
"snakecord": "1.0.9",
"sourcebin": "4.3.5",
"weather-js": "2.0.0",
"ytsr": "3.8.0"
},
"devDependencies": {
"nodemon": "2.0.18",
"prettier": "2.7.1"
}
}