This repository was archived by the owner on Dec 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 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
44
45
46
47
48
49
{
"name": "onbeat-music-replacement",
"version": "1.0.0",
"description": "a",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xWass/onbeat-music-replacement.git"
},
"author": "xwass",
"license": "ISC",
"bugs": {
"url": "https://github.com/xWass/onbeat-music-replacement/issues"
},
"homepage": "https://github.com/xWass/onbeat-music-replacement#readme",
"dependencies": {
"@discord-player/extractor": "^3.0.2",
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.0.1",
"body-parser": "^1.20.0",
"chalk": "^4.1.2",
"cookie-session": "^2.0.0",
"discord-api-types": "^0.37.0",
"discord-player": "^5.2.2",
"discord.js": "^13.9.2",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"ffmpeg-static": "^5.0.2",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"i18next": "^21.8.16",
"i18next-fs-backend": "^1.1.5",
"i18next-http-middleware": "^3.2.1",
"node-os-utils": "^1.3.7",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"play-dl": "^1.9.5",
"require-in-the-middle": "^5.1.0",
"socket.io": "^4.5.1",
"string-toolkit": "^1.6.7",
"ytdl-core": "^4.11.0"
}
}