forked from luuxis/Selvania-Launcher
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "fefe_du_973-launcher",
"preductname": "Fefe_du_973 Launcher",
"version": "1.3.8",
"description": "Launcher minecraft custom pour le serveur minecraft Fefe_du_973 avec modpack (premium + crack)",
"main": "src/app.js",
"author": "Autheur et créateur principal : Luuxis - Fork : Fefe_du_973",
"url": "https://fefe-du-973.fr/launcher_backend",
"engines": {
"node": "16.x.x"
},
"scripts": {
"start": "env-cmd electron .",
"build": "node build.js",
"dev": "nodemon --exec npm start"
},
"license": "CC0",
"nodemonConfig": {
"ext": "js,html,css"
},
"dependencies": {
"electron-updater": "^5.0.1",
"minecraft-java-core": "^3.5.7",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"electron": "^19.0.4",
"electron-builder": "^23.0.3",
"env-cmd": "^10.1.0",
"javascript-obfuscator": "^4.0.2",
"nodemon": "^2.0.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fefedu973/Fefe_du_973-Launcher.git"
}
}