-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.21 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
{
"name": "villagers-launcher",
"preductname": "Villagers Launcher",
"version": "1.0.0",
"description": "Launcher Minecraft de Villagers pour les évènements ou autres",
"main": "src/app.js",
"author": "VillagersYT",
"url": "https://launcher.hitopia.org",
"engines": {
"node": ">18.x.x"
},
"scripts": {
"start": "cross-env-shell NODE_ENV=dev electron .",
"build": "node build.js --build",
"icon": "node build.js --icon=https://raw.githubusercontent.com/luuxis/Selvania-Launcher/master/src/assets/images/icon.png",
"dev": "nodemon --exec npm start"
},
"license": "CC0",
"nodemonConfig": {
"ext": "js,html,css"
},
"dependencies": {
"electron-updater": "^6.1.4",
"minecraft-java-core": "^3.8.1",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^27.0.4",
"electron-builder": "^24.6.4",
"jimp": "^0.22.10",
"nodemon": "^3.0.1",
"png2icons": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VillagersYT/Villagers-Launcher.git"
}
}