{ "name": "multiplayer_minesweeper", "version": "1.0.0", "description": "", "main": "", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "empires" }, "author": "Alexander Bass", "license": "GPLv3", "dependencies": { "express": "^4.18.1", "sass": "^1.52.3", "socket.io": "^4.5.1", "ts-node": "^10.8.1" }, "devDependencies": { "@tsconfig/node16": "^1.0.3", "@types/express": "^4.17.13", "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.31.0", "@typescript-eslint/parser": "^5.31.0", "eslint": "^8.20.0", "rollup": "^2.75.7", "typescript": "^4.7.4" } }