37 lines
826 B
JSON
37 lines
826 B
JSON
{
|
|
"name": "schat2-clive",
|
|
"version": "1.5.13",
|
|
"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",
|
|
"bottleneck": "^2.19.5",
|
|
"config": "^3.3.6",
|
|
"html-entities": "^2.3.2",
|
|
"jsdom": "^18.1.0",
|
|
"linkify-it": "^3.0.3",
|
|
"simple-node-logger": "^21.8.12",
|
|
"ws": "^8.2.3",
|
|
"yargs": "^17.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.16.0",
|
|
"eslint": "^7.2.0",
|
|
"eslint-config-airbnb-base": "^14.2.1"
|
|
}
|
|
}
|