150 lines
4.1 KiB
JSON
150 lines
4.1 KiB
JSON
{
|
|
"name": "cider",
|
|
"applicationId": "Cider",
|
|
"productName": "Cider",
|
|
"version": "1.0.0",
|
|
"description": "A new look into listening and enjoying music in style and performance.",
|
|
"license": "MIT",
|
|
"author": "Cider Development Team <cryptofyre@cryptofyre.org> (https://cider.sh)",
|
|
"repository": "https://github.com/Apple-Music-Electron/Cider.git",
|
|
"bugs": {
|
|
"url": "https://github.com/Apple-Music-Electron/Cider/issues?q=is%3Aopen+is%3Aissue+label%3Abug"
|
|
},
|
|
"homepage": "https://cider.sh/",
|
|
"buildResources": "resources",
|
|
"scripts": {
|
|
"init": "yarn install --force",
|
|
"start": "electron --enable-accelerated-mjpeg-decode --enable-accelerated-video --disable-gpu-driver-bug-workarounds --ignore-gpu-blacklist --enable-native-gpu-memory-buffers .",
|
|
"pack": "electron-builder --dir",
|
|
"dist": "electron-builder",
|
|
"postinstall": "electron-builder install-app-deps"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/electron": "^2.5.4",
|
|
"castv2-client": "github:vapormusic/node-castv2-client",
|
|
"chmodr": "^1.2.0",
|
|
"discord-rpc": "^4.0.1",
|
|
"electron-acrylic-window": "^0.5.9",
|
|
"electron-log": "^4.4.1",
|
|
"electron-store": "^8.0.1",
|
|
"electron-updater": "^4.3.9",
|
|
"electron-window-state": "^5.0.3",
|
|
"express": "^4.17.1",
|
|
"get-port": "^5.1.1",
|
|
"git-clone": "^0.2.0",
|
|
"lastfmapi": "^0.1.1",
|
|
"mdns-js": "github:bitfocus/node-mdns-js",
|
|
"mpris-service": "^2.1.2",
|
|
"naudiodon": "github:vapormusic/naudiodon",
|
|
"node-fetch": "^3.1.0",
|
|
"node-ssdp": "^4.0.1",
|
|
"opus-media-recorder": "^0.8.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"regedit": "^5.0.0",
|
|
"register-scheme": "github:devsnek/node-register-scheme",
|
|
"request": "^2.88.2",
|
|
"rimraf": "^3.0.2",
|
|
"source-map-support": "^0.5.20",
|
|
"upnp-mediarenderer-client": "github:vapormusic/node-upnp-mediarenderer-client",
|
|
"v8-compile-cache": "^2.3.0",
|
|
"wavefile": "^11.0.0",
|
|
"ws": "^8.2.3",
|
|
"xml2js": "^0.4.23",
|
|
"youtube-search-without-api-key": "github:vapormusic/youtube-search"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "https://github.com/castlabs/electron-releases.git",
|
|
"electron-builder": "^22.13.1",
|
|
"electron-webpack": "^2.8.2",
|
|
"musickit-typescript": "^1.2.4",
|
|
"vue-devtools": "^5.1.4",
|
|
"webpack": "~5.64.0"
|
|
},
|
|
"fileAssociations": [
|
|
{
|
|
"name": "Cider",
|
|
"mimeType": "x-scheme-handler/ame;x-scheme-handler/itms;x-scheme-handler/itmss;x-scheme-handler/musics;x-scheme-handler/music;",
|
|
"schemes": [
|
|
"ame",
|
|
"itms",
|
|
"itmss",
|
|
"musics",
|
|
"music"
|
|
],
|
|
"protocols": [
|
|
"ame",
|
|
"itms",
|
|
"itmss",
|
|
"musics",
|
|
"music"
|
|
]
|
|
}
|
|
],
|
|
"build": {
|
|
"electronVersion": "15.3.1",
|
|
"electronDownload": {
|
|
"version": "15.3.1-wvvmp",
|
|
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
|
|
},
|
|
"appId": "cider",
|
|
"protocols": [
|
|
{
|
|
"name": "Cider",
|
|
"schemes": [
|
|
"ame",
|
|
"itms",
|
|
"itmss",
|
|
"musics",
|
|
"music"
|
|
]
|
|
}
|
|
],
|
|
"extends": null,
|
|
"files": [
|
|
"**/*",
|
|
"./resources/icons/icon.*"
|
|
],
|
|
"linux": {
|
|
"target": [
|
|
"AppImage",
|
|
"deb",
|
|
"snap",
|
|
"rpm"
|
|
],
|
|
"synopsis": "A new look into listening and enjoying music in style and performance. ",
|
|
"category": "AudioVideo",
|
|
"icon": "cider",
|
|
"executableName": "cider"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
"nsis"
|
|
],
|
|
"icon": "./resources/icons/icon.ico"
|
|
},
|
|
"appx": {
|
|
"applicationId": "cider",
|
|
"publisher": "CN=cryptofyre",
|
|
"displayName": "Cider",
|
|
"identityName": "Cider",
|
|
"backgroundColor": "#CD001A",
|
|
"setBuildNumber": true
|
|
},
|
|
"mac": {
|
|
"icon": "./resources/icons/icon.icns",
|
|
"category": "public.app-category.music",
|
|
"entitlements": "resources/entitlements.mac.plist",
|
|
"darkModeSupport": true
|
|
},
|
|
"extraResources": [
|
|
{
|
|
"from": "node_modules/regedit/vbs",
|
|
"to": "regedit/vbs",
|
|
"filter": [
|
|
"**/*"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|