mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-30 11:12:36 -04:00
20 lines
524 B
JSON
20 lines
524 B
JSON
{
|
|
"name": "sonixd",
|
|
"productName": "Sonixd",
|
|
"version": "0.4.1",
|
|
"description": "A full-featured Subsonic API compatible cross-platform 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"
|
|
}
|
|
}
|