-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 935 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 935 Bytes
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
{
"name": "boss-es8-linux",
"version": "1.0.2",
"description": "Community Linux packaging of the BOSS ES-8 Effects Switching System Editor",
"homepage": "https://github.com/devonuto/boss-es8-linux",
"author": {
"name": "Community Linux Maintainers",
"email": "maintainers@example.invalid"
},
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --linux AppImage deb"
},
"build": {
"appId": "com.boss.es8editor",
"productName": "BOSS-ES8-Linux",
"icon": "app-core/images/boss-es8-editor.png",
"linux": {
"target": ["AppImage", "deb"],
"category": "AudioVideo",
"maintainer": "Community Linux Maintainers <maintainers@example.invalid>",
"desktop": {
"entry": {
"StartupWMClass": "boss-es8-linux"
}
}
}
},
"devDependencies": {
"electron": "^42.3.3",
"electron-builder": "^26.8.1"
}
}