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.
23 lines
731 B
23 lines
731 B
{
|
|
"name": "sonixd",
|
|
"productName": "Sonixd",
|
|
"version": "0.13.1",
|
|
"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": {
|
|
"@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"
|
|
}
|
|
}
|
|
|