49 lines
1.1 KiB
JSON
Executable File
49 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "schat2-clive",
|
|
"version": "1.25.5",
|
|
"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": {
|
|
"better-sqlite3": "^8.3.0",
|
|
"bhttp": "^1.2.8",
|
|
"bottleneck": "^2.19.5",
|
|
"config": "^3.3.6",
|
|
"date-fns": "^2.29.3",
|
|
"html-entities": "^2.3.2",
|
|
"inflect": "^0.5.0",
|
|
"irc": "^0.5.2",
|
|
"irc-colors": "^1.5.0",
|
|
"irc-upd": "^0.11.0",
|
|
"jsdom": "^18.1.0",
|
|
"knex": "^2.4.2",
|
|
"linkify-it": "^3.0.3",
|
|
"markov-strings": "^3.0.1",
|
|
"mathjs": "^11.8.0",
|
|
"simple-node-logger": "^21.8.12",
|
|
"string-similarity": "^4.0.4",
|
|
"tensify": "^0.0.4",
|
|
"vm2": "^3.9.11",
|
|
"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"
|
|
}
|
|
}
|