Minecore-UDP-Bedrock-Monito.../package.json
Radim Lipovčan cdda4c3f44
Some checks failed
Build Minecore UDP check image / Build-Minecraft-Stats-Image (push) Failing after 35s
Přidat package.json
2025-06-22 15:57:48 +02:00

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"
}
}