mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2026-01-17 05:05:09 +00:00
Added setup script for inspIRCd
Added bot script for registering and unregistering permanent channels TODO: inspircd config template
This commit is contained in:
11
package.json
11
package.json
@@ -3,16 +3,17 @@
|
||||
"version": "0.1.0",
|
||||
"description": "A livestreaming server.",
|
||||
"license": "AGPL-3.0",
|
||||
"author": "knotteye",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitlab.com/knotteye/satyr.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^12.7.4",
|
||||
"carrier": "^0.1.13",
|
||||
"bcrypt": ">= 0.8.0",
|
||||
"line-reader": ">= 0.4.0",
|
||||
"commander": "git://github.com/visionmedia/commander.js.git",
|
||||
"bcrypt": "^3.0.6",
|
||||
"irc": "^0.5.2",
|
||||
"node-media-server": ">=2.1.3 <3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.7.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user