-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.09 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.09 KB
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
{
"name": "emulsion",
"version": "0.15.03",
"summary": "Better gaming throught chemistry",
"description": "Display your games collection into responsive galleries, manage game metadata, cover art and emulator configuration. Launch your games in style.",
"homepage": "https://yphil.gitlab.io/emulsion",
"license": "GPLv3",
"author": {
"name": "yPhil",
"email": "yphil@gnu.org"
},
"keywords": [
"games",
"emulation"
],
"type": "module",
"main": "main.js",
"scripts": {
"start": "electron . --no-sandbox",
"prebuild": "rm -rf ./dist ./out ./node_modules ./repack ./tmp && npm install",
"build": "electron-builder --config build/builder.yml --linux --publish=never"
},
"devDependencies": {
"electron": "39.2.4",
"electron-builder": "26.8.1"
},
"dependencies": {
"axios": "^1.12.0",
"electron-updater": "^6.8.3",
"steamgriddb": "^2.2.1",
"tree-kill": "^1.2.2"
},
"optionalDependencies": {
"sdl2-gamecontroller": "^1.1.3"
}
}