-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 931 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
34
35
36
37
38
39
{
"name": "adlauncher",
"version": "2.0.0",
"description": "Launcher de Minecraft creado con adlauncher-core y electron",
"main": "index.js",
"scripts": {
"dev": "electron .",
"package": "npx @electron/packager ./ --platform=win32 --icon=images/icon.ico"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dani-adbg/adlauncher.git"
},
"keywords": [
"adlauncher",
"minecraft",
"launcher",
"download",
"free",
"node",
"java"
],
"author": "dani_adbg",
"license": "MIT",
"bugs": {
"url": "https://github.com/dani-adbg/adlauncher/issues"
},
"homepage": "https://github.com/dani-adbg/adlauncher#readme",
"dependencies": {
"adlauncher-core": "^1.3.4",
"electron-fetch": "^1.9.1",
"electron-prompt": "^1.7.0",
"fs-extra": "^11.2.0"
},
"devDependencies": {
"@electron/packager": "^18.3.2",
"electron": "^31.1.0"
}
}