{ "name": "lom_socket", "version": "1.0.0", "description": "Sockets for lom project", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon ./index.js" }, "author": "jdlugosz963", "license": "ISC", "dependencies": { "axios": "^0.24.0", "cors": "^2.8.5", "express": "^4.17.1", "socket.io": "^4.1.3" } }