Tunio Desktop client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
515 B

{
"name": "sonixd",
"productName": "Sonixd",
"version": "0.11.0",
"description": "A full-featured Subsonic/Jellyfin compatible desktop client",
"main": "./main.prod.js",
"author": {
"name": "jeffvli",
"url": "https://github.com/jeffvli/sonixd"
},
"scripts": {
"electron-rebuild": "node -r ../.erb/scripts/BabelRegister.js ../.erb/scripts/ElectronRebuild.js",
"postinstall": "yarn electron-rebuild"
},
"license": "GPL-3.0",
"dependencies": {
"mpris-service": "^2.1.2"
}
}