LinuxGSM/package.json

28 lines
746 B
JSON

{
"name": "linuxgsm",
"description": "<h1 align=\"center\"> <br> <a href=\"https://linuxgsm.com\"><img src=\"https://i.imgur.com/Eoh1jsi.jpg\" alt=\"LinuxGSM\"></a> </h1>",
"directories": {
"test": "tests"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-sh": "^0.13.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GameServerManagers/LinuxGSM.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/GameServerManagers/LinuxGSM/issues"
},
"homepage": "https://github.com/GameServerManagers/LinuxGSM#readme",
"dependencies": {
"gamedig": "^5.1.1"
}
}