{ "name": "tictactoe-server", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www" }, "dependencies": { "bcrypt": "^5.1.1", "cookie-parser": "~1.4.4", "debug": "~2.6.9", "dotenv": "^16.4.7", "express": "^4.21.2", "express-session": "^1.18.1", "http-errors": "~1.6.3", "mongodb": "^6.14.1", "morgan": "~1.9.1", "pug": "^3.0.3", "session-file-store": "^1.5.0", "socket.io": "^4.8.1", "uuid": "^11.1.0" } }