-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 2 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "docker-linuxgsm",
"version": "1.0.0",
"description": "<p align=\"center\"> <a href=\"https://linuxgsm.com\"><img src=\"https://user-images.githubusercontent.com/4478206/197897104-bb718d2e-09a0-4f83-8e86-c829044750a9.jpg\" alt=\"LinuxGSM\"></a> <br> <a href=\"https://hub.docker.com/r/gameservermanagers/linuxgsm\"><img src=\"https://img.shields.io/docker/pulls/gameservermanagers/linuxgsm.svg?style=flat-square&logo=docker&logoColor=white\" alt=\"Docker Pulls\"></a> <a href=\"https://github.com/GameServerManagers/docker-linuxgsm/actions\"><img alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/GameServerManagers/docker-linuxgsm/docker-publish.yml?style=flat-square\"></a> <a href=\"https://www.codacy.com/gh/GameServerManagers/docker-linuxgsm/dashboard\"><img src=\"https://img.shields.io/codacy/grade/42d400dcdd714ae080d77fcb40d00f1c?style=flat-square&logo=codacy&logoColor=white\" alt=\"Codacy grade\"></a> <a href=\"https://developer.valvesoftware.com/wiki/SteamCMD\"><img src=\"https://img.shields.io/badge/SteamCMD-000000?style=flat-square&logo=Steam&logoColor=white\" alt=\"SteamCMD\"></a> <a href=\"https://github.com/GameServerManagers/docker-linuxgsm/blob/main/LICENSE\"><img src=\"https://img.shields.io/github/license/gameservermanagers/docker-linuxgsm?style=flat-square\" alt=\"MIT License\"></a></p>",
"main": "index.js",
"dependencies": {
"prettier": "^3.6.2",
"prettier-plugin-jinja-template": "^2.1.0",
"prettier-plugin-sh": "^0.18.0",
"sh-syntax": "^0.5.8",
"tslib": "^2.8.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GameServerManagers/docker-linuxgsm.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GameServerManagers/docker-linuxgsm/issues"
},
"homepage": "https://github.com/GameServerManagers/docker-linuxgsm#readme"
}