From cdda4c3f449b37a645ce8d2f3cca4ffe31406143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sun, 22 Jun 2025 15:57:48 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..30636d8 --- /dev/null +++ b/package.json @@ -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" + } +} \ No newline at end of file