Files
scrabble-online/server/package.json
2021-05-10 16:25:41 +01:00

23 lines
520 B
JSON

{
"name": "scrabble_game_server",
"version": "1.0.0",
"description": "G600 L4 Application Programming Coursework 2020",
"main": "launchserver.js",
"scripts": {
"start": "node index.js",
"setup": "npm i",
"test": "nodemon index.js"
},
"author": "REDACTED",
"license": "UNLICENSED",
"dependencies": {
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http": "0.0.1-security",
"moment": "^2.29.1",
"socket.io": "^3.1.0"
}
}