mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
121 lines
2.6 KiB
JSON
121 lines
2.6 KiB
JSON
{
|
|
"name": "mstream",
|
|
"version": "5.13.1",
|
|
"description": "music streaming server",
|
|
"main": "cli-boot-wrapper.js",
|
|
"bin": {
|
|
"mstream": "cli-boot-wrapper.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.16.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node cli-boot-wrapper.js",
|
|
"pack": "electron-builder --dir",
|
|
"dist": "electron-builder",
|
|
"wizard": "npm install --only=prod && node cli-boot-wrapper.js"
|
|
},
|
|
"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.server",
|
|
"productName": "mStream Server",
|
|
"electronVersion": "29.1.4",
|
|
"asar": false,
|
|
"files": [
|
|
"**/*",
|
|
"!docs/*",
|
|
"!dist/*",
|
|
"!image-cache/*",
|
|
"!save/*",
|
|
"!bin/*",
|
|
"!.git/*",
|
|
"!.vscode/*",
|
|
"!package-lock.json"
|
|
],
|
|
"mac": {
|
|
"files": [
|
|
"bin/syncthing/syncthing-osx"
|
|
],
|
|
"category": "public.app-category.music",
|
|
"binaries": [
|
|
"frp/mstream-ddns-osx",
|
|
"sync/syncthing-osx"
|
|
]
|
|
},
|
|
"win": {
|
|
"files": [
|
|
"bin/syncthing/syncthing.exe"
|
|
],
|
|
"target": [
|
|
{
|
|
"target": "nsis",
|
|
"arch": [
|
|
"x64"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"linux": {
|
|
"files": [
|
|
"bin/syncthng/syncthing-linux"
|
|
],
|
|
"target": [
|
|
{
|
|
"target": "AppImage",
|
|
"arch": [
|
|
"x64",
|
|
"arm64",
|
|
"armv7l"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"publish": {
|
|
"provider": "github",
|
|
"repo": "mStream",
|
|
"owner": "IrosTheBeggar"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"archiver": "^7.0.1",
|
|
"axios": "^1.7.9",
|
|
"busboy": "^1.6.0",
|
|
"commander": "^12.1.0",
|
|
"cookie-parser": "^1.4.7",
|
|
"electron-updater": "^6.3.9",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"express": "^4.21.2",
|
|
"fast-xml-parser": "^4.5.1",
|
|
"ffbinaries": "^1.1.6",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"http-proxy": "^1.18.1",
|
|
"jimp": "^0.22.12",
|
|
"jimpv1": "npm:jimp@^1.6.0",
|
|
"joi": "^17.13.3",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"lokijs": "^1.5.12",
|
|
"m3u8-parser": "^7.2.0",
|
|
"make-dir": "^3.1.0",
|
|
"mime-types": "^2.1.35",
|
|
"mm-v10": "npm:music-metadata@^10.6.4",
|
|
"music-metadata": "^7.14.0",
|
|
"nanoid": "^3.3.6",
|
|
"tree-kill": "^1.2.2",
|
|
"winston": "^3.17.0",
|
|
"winston-daily-rotate-file": "^5.0.0",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"electron-builder": "25.1.8"
|
|
}
|
|
}
|