You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
maettleship/package.json

23 lines
575 B

{
"name": "maettleship",
"version": "1.0.0",
"description": "Simple online battleship game that I design for mae when lectures are boring",
"main": "index.js",
"scripts": {
"prod": "node index.js",
"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"
}
}