forked from Kirby2021/Wolf-Music
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
47 lines (46 loc) · 1.17 KB
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
43
44
45
46
47
{
"name": "wolf",
"version": "1.0",
"description": "Wove is a discord bot base in Kazagumo (Shoukaku)",
"main": "src/index.js",
"repository": {
"type": "git"
},
"author": "Abhijit",
"license": "ISC",
"scripts": {
"start": "node src/index.js"
},
"keywords": [
"wolf",
"music",
"wolf music",
"discord music bot",
"discord",
"discord music",
"bot"
],
"dependencies": {
"@top-gg/sdk": "^3.1.3",
"chalk": "^4.1.2",
"cpu-stat": "^2.0.1",
"discord-hybrid-sharding": "^1.5.3",
"discord.js": "^13.6.0",
"erela.js": "^2.3.3",
"erela.js-apple": "^1.2.6",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-filters": "^1.2.7",
"erela.js-spotify": "^1.2.0",
"lodash": "^4.17.21",
"moment": "^2.9.3",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.3.1",
"mongoose-ttl": "^0.0.3",
"node-cron": "^3.0.0",
"pretty-ms": "^7.0.1"
},
"devDependencies": {
"node": "^17.7.2"
}
}