-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 936 Bytes
/
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
{
"name": "portfolio-discordbot",
"version": "1.0.0",
"description": "Bot Discord Riot Api + Music + Moderation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PropZii/Portfolio-DiscordBot.git"
},
"author": "PropZi",
"license": "ISC",
"bugs": {
"url": "https://github.com/PropZii/Portfolio-DiscordBot/issues"
},
"engines": {
"node": "20.8.0"
},
"homepage": "https://github.com/PropZii/Portfolio-DiscordBot#readme",
"dependencies": {
"@discordjs/voice": "^0.16.1",
"@distube/deezer": "^1.1.0",
"@distube/spotify": "^1.6.1",
"@distube/yt-dlp": "^1.1.3",
"discord.js": "^14.14.1",
"distube": "^4.2.2",
"dotenv": "^16.3.1",
"formidable": "^3.5.1",
"libsodium-wrappers": "^0.7.13",
"opusscript": "^0.0.8"
}
}