mirror of
https://github.com/Expand-sys/mc-server-monitor
synced 2025-12-15 16:42:13 +11:00
15 lines
No EOL
264 B
JSON
15 lines
No EOL
264 B
JSON
{
|
|
"name": "mc-server-monitor",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"bun-types": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"got": "^13.0.0",
|
|
"node-mcstatus": "^1.1.0"
|
|
}
|
|
} |