-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 912 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
{
"name": "amalgam",
"version": "1.0.0",
"description": "A multi-function bot that runs with silly commands.",
"main": "Amalgam.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"aws-sdk": "^2.956.0",
"core-js": "^3.15.2",
"discord.js": "^12.5.3",
"ffmpeg-static": "^4.4.0",
"form-data": "^3.0.1",
"fs": "0.0.1-security",
"graceful-fs": "^4.2.6",
"imgur": "^2.1.4",
"jsonfile": "^5.0.0",
"phantomjs-prebuilt": "^2.1.16",
"request": "^2.88.2",
"underscore": "^1.13.1",
"uuid": "^3.4.0",
"webshot-node": "^0.18.2",
"xmlhttprequest": "^1.8.0",
"youtube-metadata-from-url": "^1.0.3",
"youtube-search": "^1.1.6",
"youtube-validate": "^1.2.4",
"ytdl": "^1.4.1",
"ytdl-core": "^4.9.0"
}
}