-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 872 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 872 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
{
"name": "error-bot",
"version": "1.0.0",
"description": "h",
"main": "index.js",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"canvacord": "^5.2.0",
"debug": "^4.3.1",
"discord-buttons": "^3.0.1",
"discord-ytdl-core": "^5.0.3",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"enmap": "^5.8.7",
"google-images": "^2.1.0",
"i18n": "^0.13.2",
"lyrics-finder": "^21.0.5",
"moment": "^2.29.1",
"mongoose": "^5.12.13",
"node-superfetch": "^0.1.10",
"soundcloud": "^3.3.2",
"soundcloud-downloader": "^1.0.0",
"soundcloud.ts": "^0.4.0",
"string-progressbar": "^1.0.3",
"xvdl": "^2.0.0",
"ytdl-core": "^4.8.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"author": "Error-Cezar",
"license": "ISC"
}