-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.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
{
"name": "esbot",
"version": "3.5.0",
"main": "index.js",
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.5.0",
"@discordjs/voice": "^0.6.0",
"collections": "^5.1.13",
"cross-fetch": "^3.1.5",
"discord-api-types": "^0.36.0",
"discord-player": "^3.4.0",
"discord-ytdl-core": "^5.0.4",
"discord.js": "^13.1.0",
"dotenv": "^16.0.2",
"ffmpeg-static": "^4.4.0",
"fs": "^0.0.1-security",
"get-video-duration": "^3.1.0",
"globaloffensive": "^2.1.0",
"googleapis": "^104.0.0",
"libsodium-wrappers": "^0.7.9",
"mathjs": "^10.5.1",
"merge-options": "^3.0.4",
"mysql": "^2.18.1",
"node-fetch": "^2.6.7",
"node-pre-gyp": "^0.17.0",
"opusscript": "^0.0.8",
"request": "^2.88.2",
"save": "^2.4.0",
"sequelize": "^5.22.4",
"spotify-url-info": "^2.2.3",
"sqlite3": "^4.0.9",
"steam-user": "^4.19.12",
"streams-dispatcher": "0.0.0",
"string-progressbar": "^1.0.4",
"superagent": "^5.3.1",
"yt-search": "^2.10.1",
"ytdl-core": "^4.11.2",
"ytpl": "^2.2.3",
"ytsr": "^3.5.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Michał Kostyk",
"license": "ISC",
"description": ""
}