summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-28 09:07:47 +0200
committerRory& <root@rory.gay>2025-05-28 09:07:47 +0200
commit60f533677b9f25016eb7b089be26f9ba826dd8e9 (patch)
tree19c57d9aebabfd6dd33a9b04c5b3a4a0d4df04ab /package.json
parentBare minimum express server, fix nix package (diff)
downloadnodejs-final-assignment-60f533677b9f25016eb7b089be26f9ba826dd8e9.tar.xz
Basic routing and express setup
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 d65d404..a4a26d7 100644 --- a/package.json +++ b/package.json
@@ -32,6 +32,7 @@ "joi": "^17.13.3", "jsonwebtoken": "^9.0.2", "mongoose": "^8.15.0", + "morgan": "^1.10.0", "ws": "^8.18.2" } }