added discord bot

This commit is contained in:
Evan
2024-12-17 14:29:31 -08:00
committed by evanpelle
parent 70fefe347b
commit 37a71c2ef0
4 changed files with 471 additions and 22 deletions
+5 -2
View File
@@ -21,7 +21,7 @@
"@types/jest": "^29.5.12",
"@types/jquery": "^3.5.31",
"@types/mocha": "^10.0.7",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/sinon": "^17.0.3",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.11",
@@ -47,7 +47,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.17.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
@@ -56,6 +56,7 @@
"dependencies": {
"@datastructures-js/priority-queue": "^6.3.1",
"@google-cloud/bigquery": "^7.9.1",
"@google-cloud/secret-manager": "^5.6.0",
"@google-cloud/storage": "^7.14.0",
"@types/dompurify": "^3.0.5",
"@types/express": "^4.17.21",
@@ -69,7 +70,9 @@
"colord": "^2.9.3",
"crypto": "^1.0.1",
"d3": "^7.9.0",
"discord.js": "^14.16.3",
"dompurify": "^3.1.7",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"google-auth-library": "^9.14.0",
"googleapis": "^143.0.0",