aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2021-02-13 15:12:38 -0600
committermat <27899617+mat-1@users.noreply.github.com>2021-02-13 15:12:38 -0600
commit3ea2cf7db30bbe78748e1b9103fbe9cc9e915b0f (patch)
treee4c3bbff937910e0705a15e6ab1657cd2f126c35 /package.json
parent55bebce01352854368d5ccb57d0b51390d808f78 (diff)
downloadskyblock-api-3ea2cf7db30bbe78748e1b9103fbe9cc9e915b0f.tar.gz
skyblock-api-3ea2cf7db30bbe78748e1b9103fbe9cc9e915b0f.tar.bz2
skyblock-api-3ea2cf7db30bbe78748e1b9103fbe9cc9e915b0f.zip
add node-cache to package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index da3eba7..53da9f9 100644
--- a/package.json
+++ b/package.json
@@ -26,6 +26,7 @@
"homepage": "https://github.com/mat-1/skyblock-api#readme",
"dependencies": {
"express": "^4.17.1",
+ "node-cache": "^5.1.2",
"node-fetch": "^2.6.1"
}
}