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.

24 lines
731 B

3 years ago
{
"name": "sonixd",
"productName": "Sonixd",
"version": "0.13.1",
"description": "A full-featured Subsonic/Jellyfin compatible desktop client",
3 years ago
"main": "./main.prod.js",
"author": {
"name": "jeffvli",
"url": "https://github.com/jeffvli/sonixd"
3 years ago
},
"scripts": {
"electron-rebuild": "node -r ../.erb/scripts/BabelRegister.js ../.erb/scripts/ElectronRebuild.js",
"postinstall": "yarn electron-rebuild"
},
3 years ago
"license": "GPL-3.0",
"dependencies": {
"@nodert-win10-au/windows.foundation": "^0.4.4",
"@nodert-win10-au/windows.media": "^0.4.4",
"@nodert-win10-au/windows.media.playback": "^0.4.4",
"@nodert-win10-au/windows.storage.streams": "^0.4.4",
"mpris-service": "^2.1.2"
}
3 years ago
}