2022-01-10 20:21:47 +00:00
|
|
|
{
|
2022-01-10 20:24:53 +00:00
|
|
|
"name": "@minescope/mineping",
|
2024-10-09 19:00:11 +00:00
|
|
|
"version": "1.5.0",
|
2022-01-10 20:21:47 +00:00
|
|
|
"description": "Ping both Minecraft Bedrock and Java servers.",
|
|
|
|
"main": "index.js",
|
|
|
|
"types": "types/index.d.ts",
|
|
|
|
"keywords": [],
|
|
|
|
"author": {
|
|
|
|
"name": "Timofey (xzeldon)",
|
|
|
|
"email": "contact@zeldon.ru",
|
|
|
|
"url": "https://zeldon.ru"
|
|
|
|
},
|
2022-01-10 20:32:42 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/minescope/mineping.git"
|
|
|
|
},
|
2022-01-10 20:21:47 +00:00
|
|
|
"type": "module",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
},
|
2023-10-21 23:29:20 +00:00
|
|
|
"license": "MIT"
|
2024-03-30 13:42:44 +00:00
|
|
|
}
|