-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 883 Bytes
/
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
{
"name": "bot-cuyuniverse",
"version": "1.0.0",
"description": "Cuy Universe Bot",
"main": "index.js",
"scripts": {
"dev": "nodemon .",
"start": "node .",
"pullMe": "npm pullMe"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@iamtraction/google-translate": "github:iamtraction/google-translate",
"@sooluh/subfinder": "^1.0.3",
"ascii-table": "^0.0.9",
"axios": "^0.27.2",
"canvacord": "^5.4.6",
"discord-player": "^5.1.0",
"discord-together": "^1.3.31",
"discord-xp": "^1.1.16",
"discord.js": "^13.6.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"fast-glob": "^3.2.11",
"moment-mini": "^2.29.4",
"mongoose": "^6.5.3",
"ms": "^2.1.3",
"node-fetch": "2.6.6",
"osint-email": "^1.0.3",
"simply-djs": "^3.0.2",
"weather-js": "^2.0.0"
}
}