25 lines
484 B
JSON
25 lines
484 B
JSON
{
|
|
"name": "satyr",
|
|
"version": "0.1.0",
|
|
"description": "A livestreaming server.",
|
|
"license": "AGPL-3.0",
|
|
"author": "knotteye",
|
|
"scripts": {
|
|
"start": "node build/controller.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/knotteye/satyr.git"
|
|
},
|
|
"dependencies": {
|
|
"bcrypt": "^3.0.6",
|
|
"check-localhost": "0.0.1",
|
|
"irc": "^0.5.2",
|
|
"mysql": "^2.17.1",
|
|
"node-media-server": ">=2.1.3 <3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.7.5"
|
|
}
|
|
}
|