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.

20 lines
444 B

{
"name": "lol-champ-chalenge",
"version": "1.0.0",
"description": "LeagueOfLegends Champion Naming Challange",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"devStart": "nodemon server.js",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"ejs": "^3.1.8",
"express": "^4.18.2",
"socket.io": "^4.6.0"
}
}