Přidat package.json
Some checks failed
Build Minecore UDP check image / Build-Minecraft-Stats-Image (push) Failing after 35s

This commit is contained in:
Radim Lipovčan 2025-06-22 15:57:48 +02:00
parent f648438d32
commit cdda4c3f44

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"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"
}
}