-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 980 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 980 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
36
37
38
39
40
41
42
43
44
{
"name": "opalbot",
"version": "0.0.3",
"description": "Discord bot",
"engines": {
"node": "^11.14.0",
"npm": "^6.7.0"
},
"main": "opal.js",
"scripts": {
"start": "node opal.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Dorumin/OpalBot"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.13",
"body-parser": "^1.19.0",
"canvas": "^1.6.7",
"cheerio": "^1.0.0-rc.3",
"compression": "^1.7.1",
"cookie-parser": "^1.4.3",
"discord.js": "^11.3.0",
"dropbox": "^2.5.12",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-minify": "^1.0.0",
"fast-json-stable-stringify": "^1.0.2",
"fluent-ffmpeg": "^2.1.2",
"got": "^9.6.0",
"js-sha256": "^0.9.0",
"node-opus": "^0.2.9",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"sanitize-filename": "^1.6.1",
"ytdl-core": "*"
},
"keywords": [
"Opal",
"Bot",
"discord.js"
]
}