summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index bce9181..785a059 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
"scripts": {
"start": "nodemon ./start.js"
},
+ "engines": { "node" : ">=10.18.1" },
"keywords": [],
"author": "",
"license": "ISC",
@@ -20,6 +21,7 @@
"express-jwt": "^5.3.1",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
+ "generate-rsa-keypair": "^0.2.1",
"greenlock": "^2.6.7",
"greenlock-express": "^2.6.7",
"ical": "^0.6.0",
@@ -32,6 +34,8 @@
"multer": "^1.4.1",
"node-schedule": "^1.3.1",
"randomstring": "^1.1.5",
+ "request": "^2.88.0",
+ "sanitize-html": "^1.20.1",
"shortid": "^2.2.14"
},
"devDependencies": {