-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 980 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
{
"name": "snowy-discord-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@dguttman/wolfram-alpha-api": "^1.0.0-rc.1",
"@discordjs/opus": "^0.3.3",
"@mroutput/jscalc": "^1.0.5",
"@replit/database": "^2.0.0",
"ascii-table": "0.0.9",
"calculator": "^0.1.12",
"discord.js": "^12.5.1",
"discord.js-commando": "^0.10.0",
"erit-ytdl": "^0.1.2",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.2.7",
"filehound": "^1.17.4",
"lavalink": "^2.11.0",
"lyrics-finder": "^21.4.0",
"moment": "^2.29.1",
"ms": "^2.1.3",
"opusscript": "0.0.7",
"relevant-urban": "^2.0.0",
"simple-youtube-api": "^5.2.1",
"snekfetch": "^3.2.9",
"soundcloud-downloader": "^0.2.3",
"yt-search": "^2.5.1",
"ytdl": "^1.4.1",
"ytdl-core": "^4.4.2"
}
}