Implement the majority of the API

This commit is contained in:
Oliver-Akins 2023-08-31 19:12:34 -06:00
parent e322f24457
commit 4b61e73573
15 changed files with 475 additions and 6 deletions

View file

@ -13,6 +13,8 @@
"glob": "^10.3.3",
"joi": "^17.9.2",
"module-alias": "^2.2.3",
"mysql2": "^3.6.0",
"tmi.js": "^1.8.5",
"tsconfig-paths": "^4.2.0",
"tslog": "^4.8.2"
},
@ -20,6 +22,7 @@
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.7",
"@types/tmi.js": "^1.8.3",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"ts-mocha": "^10.0.0",