Files
2022-08-20 06:05:05 +02:00

44 lines
1.1 KiB
JSON

{
"name": "minecraft-java-core",
"version": "2.3.0",
"description": "A library starting minecraft game NW.js and Electron.js (premium and crack)",
"main": "index.js",
"scripts": {
"test": "echo No command is set. && echo Aucune commande n'est definie."
},
"files": [
"assets/**",
"utils/**",
"index.js",
"LICENSE",
"README.md"
],
"keywords": [
"Minecraft",
"Launcher",
"Node-Minecraft",
"Game",
"Minecraft-Launcher",
"Forge",
"Minecraft-Forge"
],
"author": "Luuxis",
"license": "CCANC",
"dependencies": {
"adm-zip": "^0.5.9",
"form-data": "^4.0.0",
"node-fetch": "^2.6.7",
"prompt": "^1.2.1",
"sharp": "^0.30.7",
"uuid": "^8.3.2"
},
"bugs": {
"url": "https://github.com/luuxis/minecraft-java-core/issues"
},
"homepage": "https://github.com/luuxis/minecraft-java-core#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/luuxis/minecraft-java-core.git"
}
}