1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "package",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "sin",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.1.0",
"at-quotes": "^1.3.3",
"demojijs": "^1.2.0",
"discord.js": "^12.1.1",
"emoji-random": "^0.1.2",
"ffmpeg-static": "^4.0.1",
"is-image-url": "^1.1.8",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"ytdl-core": "^2.0.1"
}
}
|