forked from Luuxis/Selvania-Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 2.76 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "Uzurion-Launcher",
"version": "2.0.7",
"productName": "Uzurion Launcher",
"description": "Launcher Mincraft custom (crack, premium)",
"main": "src/index.html",
"author": "Luuxis",
"window": {
"title": "Uzurion update",
"width": 400,
"height": 500,
"frame": false,
"resizable": false,
"position": "center",
"icon": "src/assets/images/icons/icon.png"
},
"engines": {
"node": "16.x.x"
},
"chromium-args": "--enable-logging --v=1 --disable-gpu --mixed-content",
"url": "http://146.59.227.140",
"user": "",
"webkit": {
"plugin": true
},
"scripts": {
"start": "run --64 --mirror https://dl.nwjs.io/ .",
"build:win": "npm run clean && build --win --x64 --mirror https://dl.nwjs.io/ .",
"build:mac": "npm run clean && build --mac --x64 --mirror https://dl.nwjs.io/ .",
"build:linux": "npm run clean && build --linux --x64 --mirror https://dl.nwjs.io/ .",
"build:all": "npm run build:linux && npm run build:mac && npm run build:win",
"clean": "node src/assets/js/utils/obfuscate.js --obf=true",
"dev": "nodemon --exec npm start"
},
"license": "CC0",
"build": {
"appId": "Uzurion Launcher",
"nwVersion": "0.60.0",
"packed": true,
"targets": [
"zip",
"nsis7z"
],
"strippedProperties": [
"description",
"engines",
"scripts",
"build",
"devDependencies"
],
"excludes": [
".gitignore",
"nodemon.json",
"tool.bat",
"web/**",
"src/**",
"AppData/**",
"node-v*/**",
"package-lock.json",
"README.md"
],
"overriddenProperties": {
"main": "app/index.html",
"window": {
"title": "Uzurion update",
"width": 400,
"height": 500,
"frame": false,
"resizable": false,
"position": "center",
"icon": "app/assets/images/icons/icon.png"
}
},
"outputPattern": "${NAME}-${PLATFORM}",
"win": {
"productName": "Uzurion Launcher",
"companyName": "Uzurion Launcher",
"copyright": "copyright",
"icon": "src/assets/images/icons/icon.ico"
},
"mac": {
"displayName": "Uzurion-Launcher",
"copyright": "copyright",
"plistStrings": {
"CFBundleIdentifier": "Uzurion-Launcher"
}
},
"nsis": {
"installDirectory": "$LOCALAPPDATA\\Programs\\${_COMPANYNAME}",
"diffUpdaters": false
}
},
"devDependencies": {
"javascript-obfuscator": "^4.0.0",
"nodemon": "^2.0.15",
"nwjs-builder-luuxis": "^1.15.0"
},
"dependencies": {
"minecraft-java-core": "^1.3.41",
"node-fetch": "^2.6.7",
"nw-autoupdater-luuxis": "^1.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luuxis/Uzurion-Launcher.git"
}
}