{ "name": "maettleship", "version": "1.0.0", "description": "Simple online battleship game that I design for mae when lectures are boring", "main": "index.js", "scripts": { "dev": "nodemon index.js, nodemon app.js", "start": "node index.js, node app.js" }, "author": "Vincent Astolfi", "license": "ISC", "dependencies": { "express": "^4.19.2", "socket.io": "^4.7.5", "uuid": "^9.0.1" } }