mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
18 lines
554 B
JSON
18 lines
554 B
JSON
{
|
|
"name": "sonixd",
|
|
"version": "1.0.0-alpha1",
|
|
"description": "A full-featured Subsonic/Jellyfin compatible desktop client",
|
|
"main": "./dist/main/main.js",
|
|
"author": {
|
|
"name": "jeffvli",
|
|
"url": "https://github.com/jeffvli/"
|
|
},
|
|
"scripts": {
|
|
"electron-rebuild": "node -r ts-node/register ../../.erb/scripts/electron-rebuild.js",
|
|
"link-modules": "node -r ts-node/register ../../.erb/scripts/link-modules.ts",
|
|
"postinstall": "npm run electron-rebuild && npm run link-modules"
|
|
},
|
|
"dependencies": {},
|
|
"license": "MIT"
|
|
}
|