@moartube/moartube-client
Version:
A free, open-source, self-hosted, anonymous, decentralized video/live stream platform. Scalable via Cloudflare, works in the cloud or from home WiFi.
44 lines (43 loc) • 1.24 kB
JSON
{
"name": "@moartube/moartube-client",
"version": "1.0.41",
"description": "A free, open-source, self-hosted, anonymous, decentralized video/live stream platform. Scalable via Cloudflare, works in the cloud or from home WiFi.",
"author": "MoarTube, LLC",
"homepage": "https://www.moartube.com",
"license": "Custom License - See LICENSE.md file",
"main": "moartube-client.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MoarTube/MoarTube-Client.git"
},
"bin": {
"moartube-client": "./bin/moartube-client-start"
},
"keywords": [
"alternative",
"youtube",
"twitch",
"video",
"stream",
"live",
"moartube"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.729.0",
"@aws-sdk/client-sts": "^3.729.0",
"@aws-sdk/lib-storage": "^3.729.0",
"axios": "^1.7.7",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"express": "^4.21.0",
"express-dot-engine": "^1.0.8",
"express-session": "^1.18.0",
"ffmpeg-static": "^5.2.0",
"form-data": "^4.0.0",
"multer": "^1.4.5-lts.1",
"portscanner": "^2.2.0",
"sharp": "^0.33.5",
"systeminformation": "^5.23.5",
"ws": "^8.18.0"
}
}