aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Expand)Author
2021-05-29Bump ts-node from 9.1.1 to 10.0.0 (#37)dependabot[bot]
2021-05-29Bump @types/mongodb from 3.6.15 to 3.6.17 (#48)dependabot[bot]
2021-05-29Bump typescript from 4.2.4 to 4.3.2 (#43)dependabot[bot]
2021-05-29Bump @types/express from 4.17.11 to 4.17.12 (#42)dependabot[bot]
2021-05-29Bump @types/node from 15.3.1 to 15.6.1 (#41)dependabot[bot]
2021-05-29Bump mongodb from 3.6.7 to 3.6.9 (#44)dependabot[bot]
2021-05-29Bump dotenv from 9.0.2 to 10.0.0 (#38)dependabot[bot]
2021-05-27Profile customization (#45)mat
2021-05-25add LRUCache for basicPlayerCachemat
2021-05-21Bump @types/mongodb from 3.6.14 to 3.6.15 (#35)dependabot[bot]
2021-05-20Bump @types/node from 15.3.0 to 15.3.1 (#34)dependabot[bot]
2021-05-19Bump @types/mongodb from 3.6.12 to 3.6.14 (#33)dependabot[bot]
2021-05-19Bump queue-promise from 2.2.0 to 2.2.1 (#32)dependabot[bot]
2021-05-19Bump mongodb from 3.6.6 to 3.6.7 (#31)dependabot[bot]
2021-05-17Bump @types/node from 15.0.3 to 15.3.0 (#30)dependabot[bot]
2021-05-13Bump @types/node from 15.0.2 to 15.0.3 (#29)dependabot[bot]
2021-05-11Bump dotenv from 9.0.1 to 9.0.2 (#28)dependabot[bot]
2021-05-10Bump dotenv from 9.0.0 to 9.0.1 (#27)dependabot[bot]
2021-05-10Bump mocha from 8.3.2 to 8.4.0 (#26)dependabot[bot]
2021-05-06Bump @types/node from 15.0.1 to 15.0.2 (#24)dependabot[bot]
2021-05-06Bump dotenv from 8.2.0 to 9.0.0 (#25)dependabot[bot]
2021-05-03Bump queue-promise from 2.1.0 to 2.2.0 (#22)dependabot[bot]
2021-04-29Bump @types/node from 15.0.0 to 15.0.1 (#18)dependabot-preview[bot]
2021-04-28Bump @types/node from 14.14.41 to 15.0.0 (#16)dependabot-preview[bot]
2021-04-27Add unit tests (#12)mat
2021-04-23Bump @types/node from 14.14.28 to 14.14.41 (#8)dependabot-preview[bot]
2021-04-23Bump prismarine-nbt from 1.4.0 to 1.5.0 (#9)dependabot-preview[bot]
2021-04-23Bump @types/mongodb from 3.6.8 to 3.6.12 (#10)dependabot-preview[bot]
2021-04-23Bump mongodb from 3.6.4 to 3.6.6 (#11)dependabot-preview[bot]
2021-04-23Bump @types/node-fetch from 2.5.8 to 2.5.10 (#7)dependabot-preview[bot]
2021-03-24add ratelimits to skyblock-apimat
2021-03-01send 401 status code when unauthorizedmat
2021-03-01add skills and zones as constantsmat
2021-02-28Update package.jsonmat
2021-02-28Add leaderboardsmat
2021-02-14add @types/node to dev dependenciesmat
2021-02-13add inventoriesmat
2021-02-13add dotenv as dev dependencymat
2021-02-13add node-cache to package.jsonmat
2021-02-13add npm i to start scriptmat
2021-02-13add express to package.jsonmat
2021-02-13add .replitmat
2021-02-13add node-fetch to package.jsonmat
2021-02-13add compiled code in build foldermat
2021-02-13move stuff into src foldermat
2021-02-13Basic profile statsmat