forked from luuxis/Selvania-Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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": "Selvania-Launcher",
"preductname": "Selvania Launcher",
"version": "1.2.6",
"description": "Launcher Mincraft custom (crack, premium)",
"main": "src/app.js",
"author": "Luuxis",
"url": "http://craftdium.ml/launcherSelvania",
"engines": {
"node": "^18.x.x"
},
"scripts": {
"start": "cross-env-shell NODE_ENV=dev electron .",
"build": "node build.js --obf=true",
"dev": "nodemon --exec npm start"
},
"license": "CC0",
"nodemonConfig": {
"ext": "js,html,css"
},
"dependencies": {
"electron-updater": "^5.0.1",
"minecraft-java-core": "^3.4.3",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^24.3.1",
"electron-builder": "^24.4.0",
"javascript-obfuscator": "^4.0.2",
"nodemon": "^2.0.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luuxis/Selvania-Launcher.git"
}
}