mStream/package.json
2019-06-23 16:12:07 -04:00

92 lines
2.0 KiB
JSON

{
"name": "mstream",
"version": "4.3.0",
"description": "music streaming server",
"main": "cli-boot-wrapper.js",
"bin": {
"mstream": "cli-boot-wrapper.js"
},
"scripts": {
"start": "node cli-boot-wrapper.js",
"wizard": "node cli-boot-wrapper.js --wizard",
"postinstall": "electron-builder install-app-deps",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": {
"type": "git",
"url": "https://github.com/IrosTheBeggar/mstream-node"
},
"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": "4.2.2",
"asar": false,
"files": [
"**/*",
"!docs/*",
"!dist/*",
"!image-cache/*",
"!save/*",
"!frp/*",
"!.git/*",
"!.vscode/*",
"frp/readme.md"
],
"publish": [
{
"provider": "github",
"owner": "IrosTheBeggar",
"repo": "mStream"
}
],
"mac": {
"files": [
"frp/mstream-ddns-osx"
],
"category": "public.app-category.music",
"binaries": [
"frp/mstream-ddns-osx"
]
},
"win": {
"files": [
"frp/mstream-ddns-win.exe"
]
},
"linux": {
"files": [
"frp/mstream-ddns-linux"
]
}
},
"dependencies": {
"archiver": "^3.0.0",
"auto-launch": "^5.0.5",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"busboy": "^0.3.1",
"colors": "^1.3.3",
"commander": "^2.20.0",
"electron-updater": "4.0.6",
"express": "^4.16.4",
"inquirer": "^6.3.1",
"inquirer-select-directory": "^1.2.0",
"jsonwebtoken": "^8.5.0",
"lokijs": "^1.5.6",
"make-dir": "^3.0.0",
"mime-types": "^2.1.22",
"music-metadata": "^3.6.1",
"nanoid": "^2.0.1",
"superagent": "^5.0.2",
"winston": "^3.2.1",
"ws": "^6.2.1"
}
}