package.json 746 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "linuxgsm",
  3. "description": "<h1 align=\"center\"> <br> <a href=\"https://linuxgsm.com\"><img src=\"https://i.imgur.com/Eoh1jsi.jpg\" alt=\"LinuxGSM\"></a> </h1>",
  4. "directories": {
  5. "test": "tests"
  6. },
  7. "devDependencies": {
  8. "prettier": "^3.4.2",
  9. "prettier-plugin-sh": "^0.14.0"
  10. },
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/GameServerManagers/LinuxGSM.git"
  17. },
  18. "author": "",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/GameServerManagers/LinuxGSM/issues"
  22. },
  23. "homepage": "https://github.com/GameServerManagers/LinuxGSM#readme",
  24. "dependencies": {
  25. "gamedig": "^5.1.4"
  26. }
  27. }