diff options
| author | 8cy <[email protected]> | 2020-04-15 08:10:26 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-15 08:10:26 -0700 |
| commit | 972c2ef86a59f0d90da9c11bcdfc9d7245379186 (patch) | |
| tree | 69ef94319bae5f44f3438f409cea9a467d53d296 /package.json | |
| parent | on msg also log server name, v5.0.6 (diff) | |
| download | dep-core-972c2ef86a59f0d90da9c11bcdfc9d7245379186.tar.xz dep-core-972c2ef86a59f0d90da9c11bcdfc9d7245379186.zip | |
The Uwulapse, v6.0.0
- add webserver
- fix servercount
- formatting
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package.json b/package.json index bfcc9fb..dc5224c 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,14 @@ "dependencies": { "@discordjs/opus": "^0.1.0", "at-quotes": "^1.3.3", + "body-parser": "^1.19.0", "btc-value": "^3.0.1", "demojijs": "^1.2.0", "discord.js": "github:discordjs/discord.js", "discord.js-commando": "github:discordjs/Commando", "emoji-random": "^0.1.2", + "express": "^4.17.1", + "express-handlebars": "^4.0.3", "ffmpeg-static": "^4.1.0", "figlet": "^1.3.0", "is-image-url": "^1.1.8", @@ -25,5 +28,9 @@ "node-opus": "^0.3.3", "simple-youtube-api": "^5.2.1", "ytdl-core": "^2.0.1" + }, + "devDependencies": { + "@types/express": "^4.17.6", + "@types/express-handlebars": "^3.1.0" } } |