Files
2022-09-18 15:55:50 +03:00

37 lines
1.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}
}