mirror of
https://github.com/RoyalnetworkTR/minecraft-java-core.git
synced 2026-09-25 02:30:07 +03:00
44 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|