mirror of
https://github.com/RoyalnetworkTR/Royalnetwork-Launcher.git
synced 2026-09-25 02:30:09 +03:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
||
"name": "RoyalNetwork-Launcher",
|
||
"preductname": "RoyalNetwork Launcher",
|
||
"version": "1.1.7",
|
||
"description": "RoyalNetwork Sunucularına Erişbilmek için özel olarak hazırlanmış bir başlatıcıdır",
|
||
"main": "src/app.js",
|
||
"author": "barkeser2002",
|
||
"url": "https://archive.bariskeser.com/launcher/",
|
||
"engines": {
|
||
"node": "16.x.x"
|
||
},
|
||
"scripts": {
|
||
"start": "cross-env-shell NODE_ENV=dev electron .",
|
||
"build": "node build.js",
|
||
"dev": "nodemon --exec npm start"
|
||
},
|
||
"license": "CC0",
|
||
"nodemonConfig": {
|
||
"ext": "js,html,css"
|
||
},
|
||
"dependencies": {
|
||
"electron-updater": "^5.0.1",
|
||
"minecraft-java-core": "^2.3.0",
|
||
"node-fetch": "^2.6.7"
|
||
},
|
||
"devDependencies": {
|
||
"cross-env": "^7.0.3",
|
||
"electron": "^19.0.7",
|
||
"electron-builder": "^23.0.3",
|
||
"nodemon": "^2.0.16"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+https://github.com/barkeser2002/RoyalNetwork-Launcher.git"
|
||
}
|
||
}
|