| 123456789101112131415161718192021222324252627 |
- {
- "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.4.2",
- "prettier-plugin-sh": "^0.14.0"
- },
- "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.4"
- }
- }
|