mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
64 lines
1.2 KiB
JSON
64 lines
1.2 KiB
JSON
{
|
|
"name": "mstream-desktop-app",
|
|
"version": "5.9.4",
|
|
"description": "mStream Desktop Player",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/IrosTheBeggar/mStream"
|
|
},
|
|
"author": {
|
|
"name": "Paul Sori",
|
|
"email": "paul@mstream.io"
|
|
},
|
|
"homepage": "https://mstream.io/",
|
|
"license": "GPL-3.0",
|
|
"build": {
|
|
"appId": "io.mstream.desktop",
|
|
"productName": "mStream Desktop",
|
|
"electronVersion": "16.0.2",
|
|
"files": [
|
|
"**/*",
|
|
"!admin/*",
|
|
"!login/*",
|
|
"!shared/*",
|
|
"!package-lock.json"
|
|
],
|
|
"mac": {
|
|
"category": "public.app-category.music"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
{
|
|
"target": "nsis",
|
|
"arch": [
|
|
"x64"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"linux": {
|
|
"target": [
|
|
{
|
|
"target": "AppImage",
|
|
"arch": [
|
|
"x64",
|
|
"arm64",
|
|
"armv7l"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"electron-builder": "22.14.5"
|
|
}
|
|
}
|