-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathpackage.json
86 lines (86 loc) · 2.26 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
{
"name": "rexom",
"version": "3.0.0",
"description": "Rexom - tune for your server",
"main": "./source/index.js",
"scripts": {
"build": "npm install && npx node@latest ./source/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx node ./source/index.js",
"dev": "nodemon ./source/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevelopersSupportAR/rexom.git"
},
"keywords": [
"music",
"distube",
"discord.js",
"discord-bot",
"discord-music-bot"
],
"author": "NIRO",
"license": "MIT",
"bugs": {
"url": "https://github.com/DevelopersSupportAR/rexom/issues"
},
"homepage": "https://github.com/DevelopersSupportAR/rexom#readme",
"dependencies": {
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.3.0",
"@discordjs/voice": "^0.8.0",
"@distube/soundcloud": "^1.1.0",
"@distube/spotify": "^1.2.1",
"@distube/youtube-dl": "^2.2.4",
"@distube/yt-dlp": "^1.0.2",
"@distube/ytdl-core": "^4.10.0",
"@distube/ytpl": "^1.1.1",
"@distube/ytsr": "^1.1.5",
"axios": "^0.23.0",
"body-parser": "^1.19.0",
"bufferutil": "^4.0.5",
"chalk": "4.1.2",
"discord-api-types": "^0.25.2",
"discord.js": "^13.3.1",
"disrexom": "^3.0.1",
"distube": "^3.3.2",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"erlpack": "discordapp/erlpack",
"express": "^4.17.1",
"express-session": "^1.17.2",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"glob": "^7.1.7",
"google-tts-api": "^2.0.2",
"http": "^0.0.1-security",
"libsodium-wrappers": "^0.7.9",
"lyrics-finder": "^21.7.0",
"memorystore": "^1.6.6",
"moment": "^2.29.1",
"ms": "^2.1.3",
"node": "^16.13.2",
"node-fetch": "^2.6.7",
"node-opus": "^0.3.3",
"opusscript": "0.0.8",
"os": "^0.1.2",
"passport": "^0.5.0",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"quick.db": "^7.1.3",
"rextube": "^3.3.3",
"string-progressbar": "^1.0.4",
"tweetnacl": "^1.0.3",
"url": "^0.11.0",
"utf-8-validate": "^5.0.8",
"util": "^0.12.4",
"ytdl-core": "^4.10.1",
"zlib-sync": "^0.1.7"
},
"engines": {
"node": "16.x"
}
}