A self hosted livestreaming server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
satyr/package.json

40 lines
901 B

{
"name": "satyr",
"version": "0.7.0",
"description": "A livestreaming server.",
"license": "AGPL-3.0",
"author": "knotteye",
"scripts": {
"start": "ts-node src/index.ts",
"user": "ts-node src/cli.ts",
"setup": "sh install/setup.sh"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/knotteye/satyr.git"
},
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"dirty": "^1.1.0",
"discord.js": "^11.6.4",
"express": "^4.17.1",
"flags": "^0.1.3",
"irc": "^0.5.2",
"jose": "^1.15.1",
"mysql": "^2.17.1",
"node-media-server": ">=2.1.3 <3.0.0",
"nunjucks": "^3.2.1",
"parse-yaml": "^0.1.0",
"recursive-readdir": "^2.2.2",
"socket-anti-spam": "^2.0.0",
"socket.io": "^2.3.0",
"strftime": "^0.10.0",
"ts-node": "^8.5.4",
"typescript": "^3.6.3"
},
"devDependencies": {
"@types/node": "^12.7.5"
}
}