forked from CentralCorp/CentralCorp-Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.43 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
{
"name": "mvcorp_launcher",
"preductname": "MVCorp Launcher",
"version": "2.0.3",
"description": "MVCorp official launcher",
"main": "src/app.js",
"author": "Riptiaz/Boulldogo/Vexato/Luuxis",
"env": "azuriom",
"settings": "https://mvcorp.top",
"scripts": {
"start": "cross-env-shell NODE_ENV=dev electron .",
"build": "node build.js --obf=true --build=platform",
"dev": "cross-env-shell DEV_TOOL=open nodemon --ignore AppData/ --ignore node_modules/ --legacy-watch --exec npm start",
"icon": "node build.js --icon=https://raw.githubusercontent.com/CentralCorp/CentralCorp-Launcher/master/src/assets/images/icon.png"
},
"license": "CC0",
"nodemonConfig": {
"ext": "js,html,css"
},
"dependencies": {
"@electron/rebuild": "^4.0.3",
"discord-rpc": "^4.0.1",
"electron-updater": "^6.6.2",
"https": "^1.0.0",
"minecraft-java-core-azbetter": "^4.1.4",
"node-abi": "^4.24.0",
"node-fetch": "^2.6.7",
"xml-js": "^1.6.11"
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^37.2.0",
"electron-builder": "^26.6.0",
"javascript-obfuscator": "^4.1.0",
"jimp": "^0.22.12",
"nodemon": "^3.1.9",
"png2icons": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arekhimself/MVCorp-Launcher.git"
}
}