MultiplayerMinesweeper/package.json

21 lines
378 B
JSON

{
"name": "empires",
"version": "1.0.0",
"description": "",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "empires"
},
"author": "",
"license": "UNLICENSED",
"dependencies": {
"express": "^4.18.1",
"socket.io": "^4.5.0",
"socket.js": "^0.1.4"
}
}