forked from LyricalString/Node-Discord-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.32 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "nodebot",
"version": "1.0.0",
"description": "Node es un bot multifunción, multilenguaje, programado en Discord.js y Mongoose por LyricalString.",
"main": "index.js",
"dependencies": {
"@discordjs/voice": "^0.5.6",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@sentry/browser": "^6.7.2",
"@sentry/node": "^6.5.1",
"@sentry/tracing": "^6.5.1",
"@tetracyl/erela.js": "^1.5.1",
"anime-images-api": "^2.0.0",
"axios": "^0.21.1",
"bombsweeper.js": "^1.0.1",
"bottleneck": "^2.19.5",
"bufferutil": "^4.0.3",
"canvas": "^2.8.0",
"chalk": "^4.1.1",
"cheerio": "^1.0.0-rc.10",
"cloudconvert": "^2.2.4",
"common-tags": "^1.8.0",
"compress-json": "^1.0.4",
"connect-mongo": "^4.4.1",
"cors": "^2.8.5",
"dblapi.js": "^2.4.1",
"delay": "^5.0.0",
"discord-backup": "^3.0.1",
"discord-buttons": "^4.0.0",
"discord-buttons-v13": "^4.0.2",
"discord-hybrid-sharding": "^1.1.1",
"discord-menus": "^1.0.8",
"discord-reply": "^0.1.2",
"discord-together": "^1.2.0",
"discord.js": "^13.2.0-dev.1628813079.f1d5ffc",
"discord.js-cluster": "github:amadeusgray/discord.js-cluster-node",
"discord.js-menu-buttons": "^0.0.1",
"dotenv": "^10.0.0",
"dthings-api": "^1.1.9",
"easyqrcodejs-nodejs": "^4.3.2",
"erela.js": "^2.3.3",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"express-session": "^1.17.2",
"express-subdomain": "^1.0.5",
"get-artist-title": "^1.3.1",
"gm": "^1.23.1",
"graphql": "^15.5.1",
"imgur": "^1.0.2",
"instagram": "^0.0.4",
"is-absolute-url": "^3.0.3",
"isurl": "^4.0.2",
"jimp": "^0.16.1",
"jsonpack": "^1.1.5",
"ksoft.js": "^3.1.4",
"log-timestamp": "^0.3.0",
"md5": "^2.3.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.12.13",
"nekos.life": "^2.0.7",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.5",
"node-osu": "^2.2.1",
"node-video-to-gif": "^0.1.0",
"npm": "^7.20.6",
"os": "^0.1.1",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"pm2": "^5.1.0",
"pretty-ms": "^7.0.1",
"prompt": "^1.1.0",
"radio-browser": "^2.1.7",
"radio-browser-api": "^4.0.2",
"react-icons": "^4.2.0",
"request": "^2.88.2",
"sentry": "^0.1.2",
"socket-io": "^1.0.0",
"socket.io": "^4.1.3",
"socket.io-client": "^4.1.3",
"soyultro": "^4.5.9",
"spotify-url-info": "^2.2.3",
"statcord.js": "^3.2.0",
"stripe": "^8.160.0",
"sugar.js": "^0.1.0",
"systeminformation": "^5.7.7",
"topgg-autoposter": "^2.0.0",
"twit": "^2.2.11",
"twitch": "^4.6.3",
"twitch-auth": "^4.6.3",
"utf-8-validate": "^5.0.5",
"vhost": "^3.0.2",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"prettier": "2.3.1"
},
"scripts": {
"logs": "pm2 logs ",
"stop": "pm2 stop",
"restart": "pm2 stop index",
"start": "node .",
"config": "node utils/generateEnvFile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LyricalString/Node.git"
},
"author": "lyricalstring",
"license": "ISC",
"bugs": {
"url": "https://github.com/LyricalString/Node/issues"
},
"homepage": "https://github.com/LyricalString/Node#readme"
}