diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 922df81..2ddd4fd 100644 --- a/package.json +++ b/package.json @@ -32,15 +32,16 @@ "node-cache": "^5.1.2", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.5.0", + "uuid": "^8.3.2", "queue-promise": "^2.2.1" }, "devDependencies": { "@types/express": "^4.17.11", "@types/express-rate-limit": "^5.1.1", - "@types/lru-cache": "^5.1.0", "@types/mocha": "^8.2.2", - "@types/mongodb": "^3.6.15", "@types/node": "^15.3.1", + "@types/mongodb": "^3.6.15", + "@types/lru-cache": "^5.1.0", "@types/node-fetch": "^2.5.10", "dotenv": "^9.0.2", "mocha": "^8.4.0", |