-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 829 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
{
"name": "oliverbot",
"version": "2.0.0",
"description": "A nice bot I made so that others could facepalm at my mistakes :)",
"main": "oliverbot.js",
"scripts": {
"start": "node oliverbot.js",
"test": "echo tingles"
},
"author": "Archie the inventor#4744",
"license": "ISC",
"dependencies": {
"@cheesenibbles123/blackwakehandler": "^3.1.3",
"@discordjs/opus": "^0.5.0",
"@discordjs/rest": "^0.1.0-canary.0",
"btoa": "^1.2.1",
"discord-api-types": "^0.22.0",
"discord.js": "^13.1.0",
"fs": "0.0.1-security",
"ftp": "^0.3.10",
"mysql": "^2.18.1",
"node-opus": "^0.3.3",
"sightengine": "^1.3.1",
"tail": "^2.2.2",
"ytdl-core": "^4.8.2"
},
"optionalDependencies": {
"bufferutil": "^4.0.3"
},
"devDependencies": {
"canvas": "^2.8.0"
}
}