-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
{
"name": "SnailKM",
"version": "1.4.0",
"description": "Keyboard Configurator for SnailDOS keyboards.",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/SnailKM/SnailKM-Software"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"changelog": "gitmoji-changelog",
"manual-build": "electron-builder build --win --linux appimage --publish never",
"snap": "electron-builder build --linux snap --publish never"
},
"author": {
"name": "SnailDOS",
"email": "snaildos@snaildos.com",
"url": "https://github.com/SnailKM/SnailKM-Software"
},
"build": {
"win": {
"target": [
{
"target": "nsis",
"arch": [
"x64"
]
}
]
}
},
"license": "GPL-3.0-or-later",
"devDependencies": {
"electron": "28.0.0",
"electron-builder": "24.9.1",
"gitmoji-changelog": "2.3.0"
},
"dependencies": {
"electron-is-dev": "2.0.0",
"electron-log": "5.0.0",
"electron-updater": "5.0.0",
"sudo-prompt": "9.2.1"
}
}