package.json 258 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 { "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", "express-async-errors": "^3.1.1", "express-handlebars": "^5.2.0", "monk": "^7.3.2", "socket.io": "^3.0.4" }, "scripts": { "start": "node src/main.js" } }