Add irc bot

This commit is contained in:
2023-09-18 22:51:41 -06:00
parent 6078010607
commit f22627e8cf
7 changed files with 114 additions and 4 deletions

View File

@@ -34,7 +34,8 @@
"minio": "^7.1.3",
"ramda": "^0.29.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
"rxjs": "^7.8.1",
"slate-irc": "^0.9.3"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
@@ -46,6 +47,7 @@
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/ramda": "^0.29.3",
"@types/slate-irc": "^0.0.29",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
@@ -54,6 +56,7 @@
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.5.0",
"prettier": "^3.0.0",
"slate-irc-parser": "^0.1.4",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",