mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 19:31:46 -03:00
Add files via upload
This commit is contained in:
20
package.json
20
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "hytale-f2p-launcher",
|
||||
"version": "1.0.1",
|
||||
"description": "Hytale F2P Launcher",
|
||||
"version": "2.0.0",
|
||||
"description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
@@ -14,7 +14,14 @@
|
||||
},
|
||||
"keywords": [
|
||||
"hytale",
|
||||
"launcher"
|
||||
"launcher",
|
||||
"game",
|
||||
"client",
|
||||
"cross-platform",
|
||||
"electron",
|
||||
"auto-update",
|
||||
"mod-manager",
|
||||
"chat"
|
||||
],
|
||||
"author": {
|
||||
"name": "AMIAY",
|
||||
@@ -28,12 +35,13 @@
|
||||
"dependencies": {
|
||||
"adm-zip": "^0.5.10",
|
||||
"axios": "^1.6.0",
|
||||
"discord-rpc": "^4.0.1",
|
||||
"tar": "^7.0.0",
|
||||
"uuid": "^9.0.1"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.hytalef2p.launcher",
|
||||
"productName": "Hytale F2P Launcher",
|
||||
"productName": "Hytale F2P",
|
||||
"directories": {
|
||||
"output": "dist"
|
||||
},
|
||||
@@ -41,7 +49,7 @@
|
||||
"main.js",
|
||||
"preload.js",
|
||||
"backend/**/*",
|
||||
"index.html",
|
||||
"GUI/**/*",
|
||||
"package.json"
|
||||
],
|
||||
"win": {
|
||||
@@ -106,4 +114,4 @@
|
||||
"createStartMenuShortcut": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user