forked from appujet/Wave-Music
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 954 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 954 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
36
37
38
39
{
"name": "wavemusic",
"version": "1.0.9",
"description": "WaveMusic is a discord music bot base in Kazagumo (Shoukaku)",
"main": "src/index.js",
"repository": "https://github.com/brblacky/WaveMusic.git",
"author": "Blacky",
"license": "ISC",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"keywords": [
"lavalink",
"shoukaku",
"music",
"bot",
"discord-music",
"discord",
"musicbot"
],
"bugs": "https://github.com/brblacky/WaveMusic/issues",
"homepage": "https://github.com/brblacky/WaveMusic#readme",
"dependencies": {
"chalk": "^4.1.2",
"cpu-stat": "^2.0.1",
"delay": "^5.0.0",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"fs": "^0.0.1-security",
"kazagumo": "^1.0.14",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongoose": "^6.0.12",
"ms": "^2.1.3",
"node-superfetch": "^0.2.3",
"util": "^0.12.4"
}
}