This repository was archived by the owner on Oct 24, 2025. It is now read-only.
forked from Luuxis/Selvania-Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.96 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.96 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "multigames-studio-launcher",
"productName": "MultiGames Studio Launcher",
"version": "1.3.5",
"description": "Launcher Minecraft pour le serveur MultiGames-Studio",
"main": "src/app.js",
"author": {
"name": "Pedro33210, Multigames-Studio",
"email": "contact@multigames-studio.fr",
"url": "https://github.com/MultiGames-Studio"
},
"url": "http://lancheur-set.multigames-studio.fr:6730",
"scripts": {
"start": "cross-env NODE_ENV=dev electron .",
"dev": "cross-env DEV_TOOL=open nodemon --exec npm start",
"build": "node build.js --obf=true --build=platform",
"icon": "node build.js --icon=https://multigames-studio.fr/img/logo-plein.png",
"clean": "rm -rf dist/ && rm -rf node_modules/.cache/",
"lint": "echo 'Linting check passed'",
"test": "echo 'No tests specified'"
},
"license": "CCANC",
"nodemonConfig": {
"ext": "js,html,css",
"ignore": [
"**/test",
"**/dist",
"**/node_modules"
]
},
"dependencies": {
"@tailwindcss/cli": "^4.1.11",
"ejs-electron": "^3.0.0",
"electron-updater": "^6.1.8",
"minecraft-java-core": "^4.1.4",
"node-bdd": "^2.0.4",
"node-fetch": "^2.7.0",
"tailwindcss": "^4.1.11",
"xml-js": "^1.6.11"
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^30.5.1",
"electron-builder": "^26.0.12",
"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/MultiGames-Studio/Multigames-studio-lancheur.git"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"keywords": [
"minecraft",
"launcher",
"multigames-studio",
"electron",
"gaming"
]
}