{ "dependencies": { "animate.css": "^4.1.1", "animejs": "^3.2.1", "bootstrap": "^5.2.2", "bootstrap-icons": "^1.10.2", "express": "^4.18.2", "http": "^0.0.1-security", "socket.io": "^4.5.4" }, "nodemonConfig": { "watch": [ "server.js" ] }, "scripts": { "start": "nodemon WEB/server.js" } }