forked from luuxis/Selvania-Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.44 KB
/
package.json
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
{
"name": "launcher",
"preductname": "Almyria Launcher",
"version": "1.0.13",
"description": "Launcher pour le serveur AlmyriaCraft",
"main": "src/app.js",
"author": "Luuxis, LeWarpy <[email protected]",
"url": "https://launcher.almyria.fr",
"cdn_url": "https://cdn-launcher.almyria.fr",
"api_url": "https://api.almyria.fr",
"engines": {
"node": "^18.x.x"
},
"scripts": {
"start": "cross-env-shell NODE_ENV=dev electron .",
"dev": "cross-env-shell DEV_TOOL=open nodemon --exec npm start",
"build": "node build.js --obf=false --build=platform",
"icon": "node build.js --icon=https://raw.githubusercontent.com/luuxis/Selvania-Launcher/master/src/assets/images/icon.png"
},
"license": "CCANC",
"nodemonConfig": {
"ext": "js,html,css",
"ignore": "**/test"
},
"dependencies": {
"electron-updater": "^6.1.4",
"minecraft-java-core": "^3.8.1",
"node-bdd": "^2.0.3",
"node-fetch": "^2.7.0",
"xml-js": "^1.6.11",
"axios": "^1.5.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^27.0.4",
"electron-builder": "^24.6.4",
"javascript-obfuscator": "^4.1.0",
"jimp": "^0.22.10",
"nodemon": "^3.0.1",
"png2icons": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Almyria/launcher.git"
}
}