aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2021-02-13 15:09:39 -0600
committermat <27899617+mat-1@users.noreply.github.com>2021-02-13 15:09:39 -0600
commitd4864d80d10f1ebc2d9f4869fbb44d1de07cbdb3 (patch)
tree7d16b1b65a5bc07dbbbd61971dc27e3b51ad26c5 /package.json
parent42bf76b60aa1abf2f33a71bb64e6baaf5a048f72 (diff)
downloadskyblock-api-d4864d80d10f1ebc2d9f4869fbb44d1de07cbdb3.tar.gz
skyblock-api-d4864d80d10f1ebc2d9f4869fbb44d1de07cbdb3.tar.bz2
skyblock-api-d4864d80d10f1ebc2d9f4869fbb44d1de07cbdb3.zip
add express 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 f26e2c3..0e78276 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,7 @@
},
"homepage": "https://github.com/mat-1/skyblock-api#readme",
"dependencies": {
+ "express": "^4.17.1",
"node-fetch": "^2.6.1"
}
}