From 9bcd2aff78d30447c7071f9dc7269b24dda0aa67 Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Sun, 27 Nov 2022 15:03:31 +0700 Subject: [PATCH] remove unused deps, add deps --- package.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index cf1d477..0bbd739 100644 --- a/package.json +++ b/package.json @@ -17,24 +17,18 @@ "color-convert": "^2.0.1", "cowsay2": "^2.0.4", "discord.js": "^13.7.0", - "express": "^4.18.2", "minecraft-data": "^3.11.0", + "minecraft-protocol": "^1.36.1", "mineflayer": "^4.3.0", - "moment": "^2.29.3", "moment-timezone": "^0.5.34", - "prismarine-block": "^1.16.3", "prismarine-chat": "^1.7.2", - "prismarine-chunk": "^1.32.0", - "prismarine-item": "^1.11.5", - "prismarine-registry": "^1.3.0", - "prismarine-viewer": "^1.23.0", + "prismarine-nbt": "^2.2.1", "randomstring": "^1.2.2", - "readline": "^1.3.0", "sharp": "^0.31.1", "sleep-promise": "^9.1.0", - "socket.io": "^4.5.2", "urban-dictionary": "^3.0.2", "uuid-by-string": "^3.0.7", + "vec3": "^0.1.7", "vm2": "^3.9.11", "wikipedia": "^1.1.9" },