Files
sonixd/src/package.json
2021-10-27 16:33:58 -07:00

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"
}
}