mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
feat(sern.ts) attempting to remove the bloated class in favor of smaller
functions, install rxjs
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"release": "standard-version && git push --follow-tags",
|
||||
"test": "jest --coverage --verbose",
|
||||
"commit": "cz",
|
||||
"docs" : "typedoc src/index.ts --out docs"
|
||||
"docs": "typedoc src/index.ts --out docs"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
@@ -23,6 +23,7 @@
|
||||
"discord.js": "^13.6.0",
|
||||
"eslint": "^8.8.0",
|
||||
"prettier": "^2.5.1",
|
||||
"rxjs": "^7.5.5",
|
||||
"ts-results": "^3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user