-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 820 Bytes
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
{
"name": "discordbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"@distube/soundcloud": "^1.3.3",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"discord.js": "^14.11.0",
"distube": "^4.0.6",
"dotenv": "^16.3.1",
"ffmpeg-static": "^5.1.0",
"formidable": "^3.5.0",
"libsodium-wrappers": "^0.7.11",
"node-fetch": "^2.6.7",
"opusscript": "^0.1.0",
"superagent": "^8.0.9",
"xml2js": "^0.6.2",
"ytdl-core": "^4.11.5"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}