Some checks failed
Build Minecore UDP check image / Build-Minecraft-Stats-Image (push) Failing after 35s
16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"name": "mcpinger",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"bedrock-protocol": "^3.46.0",
|
|
"dotenv": "^16.5.0",
|
|
"express": "^5.1.0"
|
|
}
|
|
} |