-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 913 Bytes
/
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
{
"name": "launchermods",
"version": "1.2.4",
"description": "Sistema Launcher Mods",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "node build.js --build",
"icon": "node build.js --icon=https://raw.githubusercontent.com/psycodeliccircus/launchermod/refs/heads/main/build/icon.png"
},
"keywords": [
"electron",
"download",
"mods",
"desktop-app"
],
"author": "Renildo Marcio",
"license": "MIT",
"devDependencies": {
"electron": "^32.1.2",
"electron-builder": "^25.0.5",
"electron-packager": "^17.1.2"
},
"dependencies": {
"electron-is-dev": "^3.0.1",
"electron-log": "^5.2.0",
"electron-updater": "^6.3.4",
"jimp": "^0.22.12",
"node-fetch": "^2.7.0",
"png2icons": "^2.0.1",
"sweetalert2": "^11.14.1"
}
}