mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "mstream",
|
|
"version": "4.0.1",
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/IrosTheBeggar/mstream-node"
|
|
},
|
|
"author": "iros",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"archiver": "^3.0.0",
|
|
"auto-launch": "^5.0.5",
|
|
"body-parser": "^1.18.3",
|
|
"busboy": "^0.3.0",
|
|
"colors": "^1.3.3",
|
|
"commander": "^2.19.0",
|
|
"express": "^4.16.4",
|
|
"inquirer": "^6.2.2",
|
|
"inquirer-select-directory": "^1.2.0",
|
|
"internal-ip": "^4.2.0",
|
|
"jsonwebtoken": "^8.5.0",
|
|
"lokijs": "^1.5.6",
|
|
"mime-types": "^2.1.22",
|
|
"make-dir": "^2.1.0",
|
|
"music-metadata": "^3.5.2",
|
|
"nanoid": "^2.0.1",
|
|
"nat-upnp": "^1.1.0",
|
|
"portscanner": "^2.1.1",
|
|
"public-ip": "^3.0.0",
|
|
"winston": "^3.2.1",
|
|
"ws": "^6.1.4"
|
|
}
|
|
}
|