mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
refactor(events): use of classes for scalability & maintainability (#83)
Co-authored-by: EvolutionX-10 <evolutionx9777@gmail.com>
This commit is contained in:
10
package.json
10
package.json
@@ -7,9 +7,7 @@
|
||||
"compile": "tsc",
|
||||
"watch": "tsc -w",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"format": "eslint src/**/*.ts --fix",
|
||||
"release": "standard-version && git push --follow-tags",
|
||||
"commit": "cz"
|
||||
"format": "eslint src/**/*.ts --fix"
|
||||
},
|
||||
"keywords": [
|
||||
"sern-handler",
|
||||
@@ -23,8 +21,8 @@
|
||||
"author": "SernDevs",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"discord.js": "^14.0.0-dev.1647259751.2297c2b",
|
||||
"rxjs": "^7.5.5",
|
||||
"discord.js": "^14.0.0-dev.1657757514-fe34f48",
|
||||
"rxjs": "^7.5.6",
|
||||
"ts-pattern": "^4.0.2",
|
||||
"ts-results": "^3.3.0"
|
||||
},
|
||||
@@ -35,7 +33,7 @@
|
||||
"prettier": "2.7.1",
|
||||
"typescript": "4.7.4"
|
||||
},
|
||||
"repository": {
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sern-handler/handler.git"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user