LinuxGSM/package.json

28 lines
746 B
JSON
Raw Permalink Normal View History

2022-08-24 04:01:45 +08:00
{
"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": {
2023-10-09 06:33:20 +08:00
"prettier": "^3.0.3",
"prettier-plugin-sh": "^0.13.1"
2022-08-24 04:01:45 +08:00
},
"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"
}
2022-08-24 04:01:45 +08:00
}