X-Git-Url: https://git.cworth.org/git?p=empires-server;a=blobdiff_plain;f=package.json;h=fc1cdabc3e5bdac3f67d47086c079b6d9bb3b8f2;hp=a78e3aa20e83b508bba0dc2ab9ed2212c349dc3d;hb=HEAD;hpb=d97ca5ff7a512a4b03244dcf13c3a08c9c250c9e diff --git a/package.json b/package.json index a78e3aa..fc1cdab 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,14 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", - "license": "ISC" + "license": "ISC", + "dependencies": { + "bcrypt": "^4.0.1", + "body-parser": "^1.19.0", + "cors": "^2.8.5", + "express": "^4.17.1", + "express-session": "^1.17.1", + "nunjucks": "^3.2.1", + "prompt-sync": "^4.2.0" + } }