-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.1 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
43
44
45
{
"name": "sia-canary",
"version": "6.0.0",
"description": "Sia Canary Is The Best Discord Music Bot That Uses Discord.js Library Kazagumo ( Shoukaku ) Database (MongoDB) And ES Module Javascript.",
"main": "node index.js",
"type": "module",
"scripts": {
"start": "node src/index"
},
"keywords": [
"MUSIC",
"BOT",
"sia-canary",
"sia",
"sia-music"
],
"author": "TEZZ 444(Tejas Shettigar)",
"license": "Apache-2.0",
"dependencies": {
"axios": "^1.4.0",
"chalk": "^5.3.0",
"delay": "^6.0.0",
"discord-hybrid-sharding": "^2.1.3",
"discord.js": "^14.11.0",
"events": "^3.3.0",
"fs": "^0.0.1-security",
"kazagumo": "^2.3.2",
"kazagumo-deezer": "^1.2.2",
"kazagumo-spotify": "^1.2.0",
"moment": "^2.29.4",
"mongoose": "^7.4.0",
"node-fetch": "^3.3.1",
"os": "^0.1.2",
"path": "^0.12.7",
"pretty-ms": "^8.0.0",
"shoukaku": "^3.4.0",
"spoti-pro": "^1.2.10",
"spotify-info.js": "^1.0.4"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"esm": "^3.2.25"
}
}