summary refs log tree commit diff homepage
path: root/package.json
diff options
context:
space:
mode:
authordestruc7i0n <6181960+destruc7i0n@users.noreply.github.com>2021-12-24 17:51:26 -0500
committerGitHub <noreply@github.com>2021-12-24 17:51:26 -0500
commit328eec0cd4fff00f19e734cc7e9b54124ab44cf5 (patch)
tree3a36a0884f2d280ced7fedefffef4ad08574deed /package.json
parentcheck if channel is valid on launch (diff)
downloadshulker-328eec0cd4fff00f19e734cc7e9b54124ab44cf5.tar.gz
shulker-328eec0cd4fff00f19e734cc7e9b54124ab44cf5.zip
updated to discord.js v13 (#77)
* updated to discord.js v13

* update loading of config

* updated debug lines

* rcon cleanup

* more code cleanup

* bump version

* message about node.js requirement

Co-authored-by: destruc7i0n <destruc7i0n@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 7 insertions, 8 deletions
diff --git a/package.json b/package.json
index 1b1894d..6b42050 100644
--- a/package.json
+++ b/package.json
@@ -23,18 +23,17 @@
   },
   "homepage": "https://github.com/destruc7i0n/shulker#readme",
   "dependencies": {
-    "axios": "^0.21.1",
-    "discord.js": "^11.6.1",
+    "axios": "^0.24.0",
+    "discord.js": "13.4.0",
     "emoji-strip": "^1.0.1",
     "express": "^4.17.1",
-    "tail": "^2.2.3"
+    "tail": "^2.2.4"
   },
   "devDependencies": {
     "@types/emoji-strip": "^1.0.0",
-    "@types/express": "^4.17.12",
-    "@types/tail": "^2.2.0",
-    "standard": "^16.0.3",
-    "tslint-config-standard": "^9.0.0",
-    "typescript": "^4.3.4"
+    "@types/express": "^4.17.13",
+    "@types/node": "^16.11.12",
+    "@types/tail": "^2.2.1",
+    "typescript": "^4.5.3"
   }
 }