Skip to content

Commit 47e4d4e

Browse files
authored
Added package nimsrvstat (#2866)
1 parent 7826971 commit 47e4d4e

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

packages.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"script",
1111
"bash",
1212
"terminal",
13-
"system administration",
13+
"system administration"
1414
],
1515
"description": "Collection of Terminal commands to be used inside nim",
1616
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"tags": [
2424
"library",
2525
"childprocess",
26-
"async",
26+
"async"
2727
],
2828
"description": "Flexible child process spawner with strong async features",
2929
"license": "MIT",
@@ -76,7 +76,7 @@
7676
"tags": [
7777
"csv",
7878
"library",
79-
"data",
79+
"data"
8080
],
8181
"description": "Another CsvTable API. Goals are efficient, simple and flexible",
8282
"license": "MIT",
@@ -33323,5 +33323,17 @@
3332333323
"license": "MIT",
3332433324
"web": "https://github.com/FyraLabs/sudo.nim",
3332533325
"doc": "https://fyralabs.github.io/sudo.nim/"
33326+
},
33327+
{
33328+
"name": "nimsrvstat",
33329+
"url": "https://github.com/Minejerik/nimsrvstat",
33330+
"method": "git",
33331+
"tags": [
33332+
"minecraft",
33333+
"api"
33334+
],
33335+
"description": "A nim wrapper around mcsrvstat",
33336+
"license": "MIT",
33337+
"web": "https://github.com/Minejerik/nimsrvstat"
3332633338
}
3332733339
]

0 commit comments

Comments
 (0)