schat2-clive/package.json

50 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"name": "schat2-clive",
2024-04-01 22:56:21 +00:00
"version": "1.28.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": {
2023-04-08 23:44:22 +00:00
"better-sqlite3": "^8.3.0",
"bhttp": "^1.2.8",
"bottleneck": "^2.19.5",
"config": "^3.3.6",
2022-10-23 03:03:18 +00:00
"date-fns": "^2.29.3",
"html-entities": "^2.3.2",
"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",
"jsdom": "^18.1.0",
2023-04-08 23:44:22 +00:00
"knex": "^2.4.2",
"linkify-it": "^3.0.3",
2022-10-30 03:21:32 +00:00
"markov-strings": "^3.0.1",
2023-04-09 20:47:19 +00:00
"mathjs": "^11.8.0",
"simple-node-logger": "^21.8.12",
2023-11-13 21:56:46 +00:00
"socket.io-client": "^4.7.2",
2022-10-27 22:22:00 +00:00
"string-similarity": "^4.0.4",
"tensify": "^0.0.4",
2022-11-08 21:21:43 +00:00
"vm2": "^3.9.11",
"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"
}
}