-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "jellyfin-electron",
"version": "1.0.0",
"description": "An Electron interface for Jellyfin",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JonEllis/jellyfin-electron.git"
},
"keywords": [
"jellyfin",
"electron"
],
"author": "Jon Ellis",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/JonEllis/jellyfin-electron/issues"
},
"homepage": "https://github.com/JonEllis/jellyfin-electron#readme",
"scripts": {
"postinstall": "bin/post-install.sh",
"start": "electron .",
"build-all": "bin/build-all.sh",
"build-linux": "bin/build-linux.sh",
"build-macos": "bin/build-macos.sh",
"build-windows": "bin/build-windows.sh"
},
"dependencies": {
"electron-store": "^5.1.1",
"got": "^10.7.0"
},
"devDependencies": {
"electron": "^11.5.0",
"electron-icon-maker": "0.0.4",
"electron-packager": "^14.2.1",
"jellyfin-web": "github:jellyfin/jellyfin-web",
"reset-css": "^5.0.1"
}
}