Auth, connect and room join with greeting.
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.0.0",
|
||||
"description": "Game host for SChat 2-powered chat sites",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://gitea.unknown.name/pendulum/schat2-clive.git"
|
||||
},
|
||||
"keywords": [
|
||||
"game",
|
||||
"host",
|
||||
"chat"
|
||||
],
|
||||
"author": "Niels Simenon",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bhttp": "^1.2.8",
|
||||
"config": "^3.3.6",
|
||||
"ws": "^8.2.3",
|
||||
"yargs": "^17.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user