aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2020-03-17 17:59:26 -0500
committerMax Isom <[email protected]>2020-03-17 17:59:26 -0500
commit15d4e251f2af47288b4d5720b8a7b763e72731c0 (patch)
tree4a21df4ff46747cad0c491ea67c9127b303c3113 /package.json
parent1a1bdfd674970c87f6de941dcd51b0aff16156ce (diff)
downloadmuse-15d4e251f2af47288b4d5720b8a7b763e72731c0.tar.xz
muse-15d4e251f2af47288b4d5720b8a7b763e72731c0.zip
Add better responses
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index d546abf..c37da7e 100644
--- a/package.json
+++ b/package.json
@@ -21,10 +21,12 @@
"watch": "tsc --watch",
"prepack": "npm run clean && npm run build",
"start": "node dist/index.js",
- "dev": "nodemon"
+ "dev": "nodemon",
+ "docker-publish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t codetheweb/muse:latest --push ."
},
"devDependencies": {
"@types/bluebird": "^3.5.30",
+ "@types/debug": "^4.1.5",
"@types/fluent-ffmpeg": "^2.1.14",
"@types/fs-capacitor": "^2.0.0",
"@types/node": "^13.9.1",
@@ -65,6 +67,7 @@
"dependencies": {
"@discordjs/opus": "^0.1.0",
"array-shuffle": "^1.0.1",
+ "debug": "^4.1.1",
"delay": "^4.3.0",
"discord.js": "^12.0.2",
"dotenv": "^8.2.0",