{ "name": "battleship-backend", "version": "1.0.0", "description": "Backend for Battleship game", "main": "index.js", "scripts": { "start": "node index.js" }, "keywords": [], "author": "", "license": "MIT", "dependencies": { "cors": "^2.8.5", "express": "^4.18.2", "mysql2": "^3.12.0", "pg": "^8.9.0" } }