27 lines
541 B
JSON
27 lines
541 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|