Files
Royalnetwork-Launcher/package.json
T
barkeser2002 d41843c230 Changes to be committed:
modified:   package-lock.json
	modified:   package.json
	modified:   src/assets/css/panels/login.css
	modified:   src/panels/login.html
Hotfix 1.1.5 Change login screen Register button added (error button fixed)
2022-09-12 06:00:31 +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.5",
"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.1.1",
"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"
}
}