-
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) · 847 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 847 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": "dark-bot",
"version": "1.5.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"lab": "nodemon test.lab.js"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@distube/direct-link": "^1.0.1",
"@distube/spotify": "^2.0.2",
"@distube/youtube": "^1.0.4",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl-core": "^4.16.4",
"ascii-table": "^0.0.9",
"cron": "^3.1.7",
"discord.js": "^14.15.3",
"distube": "^5.0.6",
"dotenv": "^16.4.7",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.15",
"moment": "^2.30.1",
"mongoose": "^8.9.5",
"ms": "^2.1.3",
"opusscript": "^0.1.1",
"shortid": "^2.2.17"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}