-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 930 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
{
"name": "SvenBot",
"version": "2.0",
"description": "El mejor Bot de música 🤖",
"main": "index.js",
"author": "JaimeTR",
"private": true,
"homepage": "https://github.com/JaimeTR/SvenBot",
"repository": "github:JaimeTR/SvenBot",
"bugs": "https://github.com/JaimeTR/SvenBot/issues",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@discordjs/opus": "0.8.0",
"array-move": "4.0.0",
"discord.js": "14.1.2",
"dotenv": "16.0.1",
"express": "4.18.1",
"ffmpeg-static": "5.0.2",
"i18n": "0.15.0",
"lyrics-finder": "21.7.0",
"simple-youtube-api": "5.2.1",
"soundcloud-downloader": "1.0.0",
"string-progressbar": "1.0.4",
"ytdl-core": "4.11.0",
"ytdl-core-discord": "1.3.1"
},
"scripts": {
"start": "node index.js"
}
}