-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1011 Bytes
/
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": "stormy",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discord-player/extractor": "^4.4.5",
"axios": ">=1.6.0",
"canvas": "^2.9.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"coingecko-api": "^1.0.10",
"discord-player": "^6.6.5",
"discord.js": "^14.13.0",
"dotenv": "^16.0.0",
"ffmpeg-static": "^5.2.0",
"genius-lyrics": "^4.3.6",
"languagedetect": "^2.0.0",
"mediaplex": "^0.0.8",
"moment-timezone": "^0.5.43",
"mongoose": "^6.5.3",
"play-dl": "^1.9.7",
"prism-media": "^1.3.4",
"steamapi": "^2.2.0",
"translate": "^1.4.1",
"unofficial-valorant-api": "^2.3.1-stable.0",
"wokcommands": "^1.5.3",
"xml-js": "^1.6.11"
},
"overrides": {
"wokcommands": {
"discord.js": "^13.15.1"
}
}
}