-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.22 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.22 KB
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
{
"name": "rexom",
"version": "1.0.0",
"description": "Play your favorite playlist with rexom",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevelopersSupportAR/rexom.git"
},
"keywords": [
"ticket-bot"
],
"author": "niro",
"license": "MIT",
"bugs": {
"url": "https://github.com/DevelopersSupportAR/rexom/issues"
},
"homepage": "https://github.com/DevelopersSupportAR/rexom#readme",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"chalk": "^4.1.1",
"colon-notation": "^1.2.1",
"discord-buttons": "^3.2.1",
"discord-tts": "^1.2.0",
"discord.js": "^12.5.3",
"distube": "^2.8.8",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.0",
"fs": "0.0.1-security",
"lyrics-finder": "^21.7.0",
"quick.db": "^7.1.3",
"string-progressbar": "^1.0.4",
"yt-search": "^2.9.0",
"ytdl-core": "^4.8.3"
}
}