diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-05-27 16:56:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 16:56:50 -0500 |
commit | c9097dc2d0749fa63fd731423bc87a5452f0444d (patch) | |
tree | 50afe6b99cf3ed6bd7369e804316c05c7407b5ca /package.json | |
parent | a3662fb5888bd031b27cc81028ba86b0271eb442 (diff) | |
download | skyblock-api-c9097dc2d0749fa63fd731423bc87a5452f0444d.tar.gz skyblock-api-c9097dc2d0749fa63fd731423bc87a5452f0444d.tar.bz2 skyblock-api-c9097dc2d0749fa63fd731423bc87a5452f0444d.zip |
Profile customization (#45)
* add basic discord auth
* add uuid dependency
* add lastUpdated to sessions
* add route to get session from id
* add accounts collection
* update build
* add gm rank
* add `customization` url parameter
* add customization parameter to /player/:user
* add route to get info from discord id
* remove a console.log
* Update database.js
* Update package.json
* fix tests
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", |