summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 14af432..3e84585 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,8 @@
"license": "MIT",
"dependencies": {
"ejs": "^3.1.3",
- "express": "^4.17.1"
+ "express": "^4.17.1",
+ "netlify-lambda": "^1.6.3",
+ "serverless-http": "^2.3.0"
}
}