-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "phv-discord-bot",
"version": "5.0.0",
"main": "index.js",
"scripts": {
"start": "node index.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": "18.x"
},
"author": "PHV",
"license": "MIT",
"dependencies": {
"@iamtraction/google-translate": "2.0.1",
"anilist-node": "1.14.0",
"axios": "^0.27.2",
"canvacord": "5.4.9",
"chalk": "4.1.2",
"cheerio": "^1.0.0-rc.12",
"discord-together": "1.3.31",
"discord-xp": "1.1.16",
"discord.js": "^13.16.0",
"dotenv": "^16.0.3",
"glob": "8.1.0",
"moment": "2.29.4",
"mongoose": "6.11.1",
"ms": "2.1.3",
"node-fetch": "2.6.11",
"openai": "^3.3.0",
"pretty-ms": "7.0.1",
"replit-client": "^0.25.0",
"replit-uptimer": "https://github.com/PHV08/replit-uptimer-v5.git",
"snakecord": "1.0.9",
"sourcebin": "4.3.6",
"value": "^0.4.0",
"weather-js": "2.0.0",
"ytsr": "3.8.2"
},
"devDependencies": {
"nodemon": "^1.14.9",
"prettier": "2.8.8"
}
}