{ "name": "mine", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "dotenv": "^16.4.5", "express": "^4.21.1", "express-basic-auth": "^1.2.1", "multer": "^1.4.5-lts.1", "rcon-client": "^4.2.5" } }