-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "exxyll",
"version": "2.3.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"prod:start": "pm2 start ecosystem.config.js",
"dev": "nodemon index.js",
"shard": "node src/Scripts/shard.js",
"lint": "prettier -c .",
"format": "prettier -w .",
"setup-env": "./src/Scripts/env_setup.sh"
},
"engines": {
"node": "20.x"
},
"author": "Falcxxdev <[email protected]>",
"license": "MIT",
"dependencies": {
"@iamtraction/google-translate": "2.0.1",
"anilist-node": "1.14.0",
"axios": "1.6.2",
"canvacord": "5.4.10",
"chalk": "4.1.2",
"discord-together": "1.3.31",
"discord-xp": "1.1.16",
"discord.js": "13.17.1",
"dotenv": "16.3.1",
"glob": "8.1.0",
"moment": "2.29.4",
"mongoose": "6.12.3",
"ms": "2.1.3",
"node-fetch": "2.7.0",
"pretty-ms": "7.0.1",
"snakecord": "1.0.9",
"sourcebin": "4.3.6",
"weather-js": "2.0.0",
"ytsr": "3.8.4"
},
"devDependencies": {
"nodemon": "3.0.2"
}
}