25 lines
579 B
JSON
25 lines
579 B
JSON
{
|
|
"name": "@azures04/minecraft-java-manager",
|
|
"version": "0.0.3",
|
|
"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": "azures04 <azures04@azures.fr> (https://gitea.azures.fr)",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|