1
0
mirror of https://github.com/jellyfin/jellyfin-server-macos.git synced 2025-02-22 22:26:11 +00:00
jellyfin-server-macos/package.json
2023-11-19 16:42:05 +01:00

24 lines
726 B
JSON

{
"name": "jellyfin-server-macos",
"version": "1.0.0",
"description": "<h1 align=\"center\">Jellyfin for macOS</h1> <h3 align=\"center\">Part of the <a href=\"https://jellyfin.org\">Jellyfin Project</a></h3>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anthonylavado/jellyfin-server-macos.git"
},
"keywords": [],
"author": "Anthony Lavado",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/anthonylavado/jellyfin-server-macos/issues"
},
"homepage": "https://github.com/anthonylavado/jellyfin-server-macos#readme",
"dependencies": {
"appdmg": "^0.6.0"
}
}