mirror of
https://github.com/tcsenpai/rconuicraft.git
synced 2025-06-02 17:30:09 +00:00
21 lines
420 B
JSON
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"
|
|
}
|
|
}
|