mirror of
https://github.com/minescope/mineping.git
synced 2025-06-18 22:06:22 +03:00
30 lines
579 B
JSON
30 lines
579 B
JSON
{
|
|
"name": "@minescope/mineping",
|
|
"version": "1.7.0-beta.0",
|
|
"description": "Ping both Minecraft Bedrock and Java servers.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"types": "types/index.d.ts",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/minescope/mineping.git"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "Timofey Gelazoniya",
|
|
"email": "timofey@z4n.me",
|
|
"url": "https://zeldon.ru"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^3.2.3"
|
|
}
|
|
}
|