-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.31 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "lostsagacustomlauncher",
"version": "1.1.1",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron .",
"deploy": "electron-builder build --publish always",
"build": "electron-builder build --publish never"
},
"author": "FauxSeal210",
"license": "MIT",
"devDependencies": {
"electron": "^9.1.0",
"electron-builder": "^22.3.2",
"electron-updater": "^4.2.0"
},
"dependencies": {
"child_process": "^1.0.2",
"electron-updater": "^4.2.0"
},
"build": {
"productName": "LostsagaCustomLauncher",
"appId": "kr.fauxseal.lscustomlauncher",
"win": {
"target": [
"zip",
"nsis"
],
"icon": "./resources/icons/ls.ico",
"requestedExecutionLevel": "requireAdministrator"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"installerLanguages": [
"en_US",
"ko_KR"
],
"language": "1042",
"shortcutName": "로스트사가 런쳐 (FauxSeal210)"
},
"publish": {
"provider": "github"
},
"directories": {
"buildResources": "resources/installer/",
"output": "dist/",
"app": "."
}
},
"repository": {
"type": "git",
"url": "https://github.com/FauxSeal210/LostsagaCustomLauncher.git"
}
}