{ "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 --env-file=.env index.js", "start": "node --env-file=.env index.js" }, "author": "Vincent Astolfi", "license": "ISC", "dependencies": { "body-parser": "^1.20.2", "cookie-parser": "^1.4.6", "express": "^4.19.2", "jsonwebtoken": "^9.0.2", "mysql": "^2.18.1", "socket.io": "^4.7.5", "uuid": "^9.0.1" } }