mStream/package.json
2019-10-24 23:33:02 -04:00

96 lines
2.0 KiB
JSON

{
"name": "mstream",
"version": "4.4.5",
"description": "music streaming server",
"main": "cli-boot-wrapper.js",
"bin": {
"mstream": "cli-boot-wrapper.js"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"start": "node cli-boot-wrapper.js",
"wizard": "node cli-boot-wrapper.js --wizard",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"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": "6.0.12",
"asar": false,
"files": [
"**/*",
"!docs/*",
"!dist/*",
"!image-cache/*",
"!save/*",
"!frp/*",
"!sync/*",
"!.git/*",
"!.vscode/*",
"frp/readme.md"
],
"mac": {
"files": [
"frp/mstream-ddns-osx",
"sync/syncthing-osx"
],
"category": "public.app-category.music",
"binaries": [
"frp/mstream-ddns-osx",
"sync/syncthing-osx"
]
},
"win": {
"files": [
"frp/mstream-ddns-win.exe",
"sync/syncthing.exe"
]
},
"linux": {
"files": [
"frp/mstream-ddns-linux",
"sync/syncthing-linux"
]
},
"publish": {
"provider": "github",
"repo": "mStream",
"owner": "IrosTheBeggar"
}
},
"dependencies": {
"@hapi/joi": "^16.1.7",
"archiver": "^3.1.1",
"auto-launch": "^5.0.5",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"busboy": "^0.3.1",
"electron-updater": "^4.1.2",
"express": "^4.17.1",
"fast-xml-parser": "^3.13.0",
"ffbinaries": "^1.1.4",
"fluent-ffmpeg": "^2.1.2",
"jsonwebtoken": "^8.5.1",
"lokijs": "^1.5.7",
"make-dir": "^3.0.0",
"mime-types": "^2.1.24",
"music-metadata": "^4.8.2",
"nanoid": "^2.1.5",
"winston": "^3.2.1",
"ws": "^7.2.0"
}
}