-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
package.json
44 lines (44 loc) · 1.38 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
{
"name": "Selvania-Launcher",
"preductname": "Selvania Launcher",
"version": "2.0.7",
"description": "Launcher Mincraft pour le serveur Selvania",
"main": "src/app.js",
"author": {
"name": "luuxis, Inc.",
"email": "[email protected]",
"url": "https://github.com/luuxis"
},
"url": "http://launcher.luuxis.fr",
"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=true --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.8",
"minecraft-java-core": "^3.10.4",
"node-bdd": "^2.0.4",
"node-fetch": "^2.7.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^30.0.9",
"electron-builder": "^24.13.3",
"javascript-obfuscator": "^4.1.0",
"jimp": "^0.22.12",
"nodemon": "^3.1.2",
"png2icons": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luuxis/Selvania-Launcher.git"
}
}