@moartube/moartube-node
Version:
A free, open-source, self-hosted, anonymous, decentralized video/live stream platform. Scalable via Cloudflare, works in the cloud or from home WiFi.
48 lines (47 loc) • 1.32 kB
JSON
{
"name": "@moartube/moartube-node",
"version": "1.0.49",
"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-node.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MoarTube/MoarTube-Node.git"
},
"bin": {
"moartube-node": "./bin/moartube-node-start"
},
"keywords": [
"alternative",
"youtube",
"twitch",
"video",
"stream",
"live",
"moartube"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.731.1",
"async-mutex": "^0.5.0",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"express": "^4.21.0",
"express-dot-engine": "^1.0.8",
"express-session": "^1.18.0",
"express-subdomain": "^1.0.6",
"http-terminator": "^3.2.0",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"pg": "^8.13.1",
"sanitize-html": "^2.13.1",
"sequelize": "^6.37.5",
"sharp": "^0.33.5",
"sqlite3": "^5.1.7",
"uuid": "^10.0.0",
"ws": "^8.18.0"
}
}