Minor fixes

This commit is contained in:
2026-09-06 04:35:49 +02:00
parent 106e22b953
commit 4795116695
6 changed files with 20 additions and 13 deletions
+10 -6
View File
@@ -1,17 +1,21 @@
{
"name": "minecraft-java-manager",
"name": "@azures04/minecraft-java-manager",
"version": "0.0.1",
"description": "Node module to check if java is installed and install it",
"keywords": [
"java",
"mclauncher",
"mc-launcher",
"minecraft-launcher",
"javainstaller",
"java-installer"
],
"repository": {
"type": "git",
"url": "https://gitea.azures.fr/azures04/minecraft-java-manager"
},
"license": "MIT",
"author": {
"name": "azures04",
"url": "https://gitea.azures.fr",
"email": "azures04@azures.fr"
},
"author": "azures04 <azures04@azures.fr> (https://gitea.azures.fr)",
"type": "commonjs",
"main": "index.js",
"scripts": {