This repository has been archived by the owner on Mar 26, 2022. It is now read-only.
forked from LDS-Gamers-Studios/icarus4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.74 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "icarus4",
"version": "4.0.0",
"description": "Discord bot for the LDSG Community",
"main": "icarus.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gaiwecoor/icarus4.git"
},
"author": "Kevin \"Gaiwecoor\" Dixon",
"license": "MIT",
"homepage": "https://github.com/Gaiwecoor/icarus4",
"dependencies": {
"@discordjs/opus": "^0.3.2",
"@ffmpeg-installer/ffmpeg": "^1.0.19",
"@google-cloud/translate": "^2.1.4",
"augurbot": "^2.5.5",
"axios": "^0.21.1",
"beam-client-node": "^2.0.0",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"chess-web-api": "^1.0.9",
"crypto-js": "^4.0.0",
"discord.js": "^12.2.0",
"dubapi": "^1.6.9",
"emoji-unicode": "^2.0.1",
"express": "^4.17.1",
"express-session": "^1.16.2",
"ffmpeg": "0.0.4",
"ffmpeg-binaries": "^4.0.0",
"ffmpeg-static": "^4.2.7",
"fluent-ffmpeg": "^2.1.2",
"google-spreadsheet": "^3.1.15",
"jimp": "^0.6.4",
"js-yaml": "^3.13.1",
"libsodium-wrappers": "^0.7.4",
"markdown": "^0.5.0",
"moment": "^2.29.1",
"mongoose": "^5.6.4",
"mw-dict": "^3.0.0",
"nanoid": "^3.1.22",
"opusscript": "0.0.6",
"oxford-dictionary-api": "^1.0.1",
"profanity-matcher": "^1.0.1",
"pug": "^2.0.4",
"request": "^2.88.0",
"request-promise-native": "^1.0.8",
"simple-oauth2": "^2.2.1",
"simply-trello": "0.0.9",
"socket.io": "^2.2.0",
"steamapi": "^2.0.7",
"svg-to-img": "^2.0.9",
"twitch": "^4.5.3",
"twitch-api": "^0.5.0",
"uws": "^99.0.0",
"xml2js": "^0.4.19",
"ytdl-core": "^0.24.0",
"ytdl-core-discord": "^1.1.0",
"ytpl": "^0.1.20"
}
}