-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 926 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
40
41
{
"name": "nereus-launcher",
"version": "0.0.6",
"description": "test",
"main": "index.js",
"scripts": {
"start": "electron .",
"publish": "electron-builder -p always"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nereus-Agathosune/Launcher-Electron.git"
},
"keywords": [
"flash"
],
"author": "Nereus",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nereus-Agathosune/Launcher-Electron/issues"
},
"homepage": "https://github.com/Nereus-Agathosune/Launcher-Electron#readme",
"devDependencies": {
"electron": "^8.1.0",
"electron-builder": "^22.11.7"
},
"dependencies": {
"electron-log": "^4.4.1",
"electron-updater": "^4.3.9"
},
"build": {
"appId": "world.agathosune.launcher",
"publish": [
{
"provider": "github",
"owner": "Loneth",
"repo": "Agathosune-Release"
}
]
}
}