-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.06 KB
/
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
36
37
38
39
40
41
42
{
"name": "discord-v14-tutorial",
"version": "0.0.1",
"description": "Just a basic login bot with handler and events , easier for you to manage",
"main": "open.js",
"scripts": {
"test": "node open.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nerkoux/Djs-V14.git"
},
"keywords": [
"Bot",
"discord",
"discord.js"
],
"author": "VexR",
"license": "ISC",
"bugs": {
"url": "https://github.com/nerkoux/Djs-V14/issues"
},
"homepage": "https://github.com/nerkoux/Djs-V14#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@distube/soundcloud": "^1.3.0",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"better-sqlite3": "^8.0.1",
"dbd-capriham-theme": "^1.3.0",
"dbd-dark-dashboard": "^1.6.62",
"dbd-soft-ui": "^1.6.32-beta.1",
"discord-bot-dashboard": "^0.2.0",
"discord-dashboard": "^2.3.61",
"discord.js": "^14.7.1",
"distube": "^4.0.4",
"ffmpeg-static": "^4.4.1",
"moment": "^2.29.4",
"ms": "^2.1.3",
"quick.db": "^7.1.3"
}
}