]> git.cworth.org Git - lmno-server/blobdiff - package.json
Add a dependency on the cors package
[lmno-server] / package.json
index a78e3aa20e83b508bba0dc2ab9ed2212c349dc3d..07253544a088f5ad2d18c3b41f9ad81b317b26d3 100644 (file)
@@ -7,5 +7,10 @@
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "author": "",
-  "license": "ISC"
+  "license": "ISC",
+  "dependencies": {
+    "body-parser": "^1.19.0",
+    "cors": "^2.8.5",
+    "express": "^4.17.1"
+  }
 }