rconuicraft/package.json
2024-11-04 22:25:54 +08:00

21 lines
420 B
JSON

{
"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"
}
}