2021-10-31 21:33:18 +00:00
|
|
|
{
|
|
|
|
"name": "schat2-clive",
|
2022-11-01 04:59:20 +00:00
|
|
|
"version": "1.19.5",
|
2021-10-31 21:33:18 +00:00
|
|
|
"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",
|
2021-11-14 18:55:14 +00:00
|
|
|
"bottleneck": "^2.19.5",
|
2021-10-31 21:33:18 +00:00
|
|
|
"config": "^3.3.6",
|
2022-10-23 03:03:18 +00:00
|
|
|
"date-fns": "^2.29.3",
|
2021-11-15 19:29:13 +00:00
|
|
|
"html-entities": "^2.3.2",
|
2022-10-21 18:19:42 +00:00
|
|
|
"inflect": "^0.5.0",
|
2022-10-17 02:06:55 +00:00
|
|
|
"irc": "^0.5.2",
|
|
|
|
"irc-colors": "^1.5.0",
|
|
|
|
"irc-upd": "^0.11.0",
|
2021-11-14 18:55:14 +00:00
|
|
|
"jsdom": "^18.1.0",
|
|
|
|
"linkify-it": "^3.0.3",
|
2022-10-30 03:21:32 +00:00
|
|
|
"markov-strings": "^3.0.1",
|
2021-11-01 00:12:17 +00:00
|
|
|
"simple-node-logger": "^21.8.12",
|
2022-10-27 22:22:00 +00:00
|
|
|
"string-similarity": "^4.0.4",
|
2022-10-21 18:19:42 +00:00
|
|
|
"tensify": "^0.0.4",
|
2021-10-31 21:33:18 +00:00
|
|
|
"ws": "^8.2.3",
|
|
|
|
"yargs": "^17.2.1"
|
2021-11-01 02:45:04 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-01 15:06:48 +00:00
|
|
|
"@babel/eslint-parser": "^7.16.0",
|
|
|
|
"eslint": "^7.2.0",
|
|
|
|
"eslint-config-airbnb-base": "^14.2.1"
|
2021-10-31 21:33:18 +00:00
|
|
|
}
|
|
|
|
}
|