-
-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 622 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 622 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
{
"name": "v13musicbot",
"version": "1.0.0",
"description": "A Discord Music Bot built with latest Discord Voice Features",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/Tomato6966/v13-music-bot"
},
"keywords": [
"Music",
"Bot",
"Discord",
"Discord-jsv13",
"v13",
"js",
"nodejs"
],
"author": "Tomato6966",
"license": "MIT",
"dependencies": {
"@discordjs/builders": "^0.6.0",
"colors": "^1.4.0",
"discord.js": "^13.1.0",
"moment": "^2.29.1"
}
}