summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-15 02:58:49 -0700
committer8cy <[email protected]>2020-04-15 02:58:49 -0700
commitf4776cce45fba4380d6652fef5b9a6fbf78f8e16 (patch)
tree1fbdc404a6d4d8b6a8cd17cc26602b6e7d6c639e /package.json
parentThe Start (diff)
downloaddep-core-test.tar.xz
dep-core-test.zip
The Uwuficationtest
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/package.json b/package.json
index 444e388..33897ae 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "package",
"version": "1.0.0",
"description": "",
- "main": "app.js",
+ "main": "./dist/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -11,13 +11,18 @@
"dependencies": {
"@discordjs/opus": "^0.1.0",
"at-quotes": "^1.3.3",
+ "btc-value": "^3.0.1",
"demojijs": "^1.2.0",
- "discord.js": "^12.1.1",
+ "discord.js": "github:discordjs/discord.js",
+ "discord.js-commando": "github:discordjs/Commando",
"emoji-random": "^0.1.2",
- "ffmpeg-static": "^4.0.1",
+ "ffmpeg-static": "^4.1.0",
+ "figlet": "^1.3.0",
"is-image-url": "^1.1.8",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
+ "node-opus": "^0.3.3",
+ "simple-youtube-api": "^5.2.1",
"ytdl-core": "^2.0.1"
}
}