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

18 lines
428 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": {
"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"
}
}