summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-09-30 05:23:53 +0200
committerRory& <root@rory.gay>2025-09-30 05:23:53 +0200
commitd5d719f3c87765e6423fc9edae034260f3206929 (patch)
treeeb300dba4f57b7b6dfc0f0b8997b47d17d58e9db /package.json
parentClean up unused imports (diff)
downloadserver-ts-d5d719f3c87765e6423fc9edae034260f3206929.tar.xz
Remove mariadb support as it isnt maintained and hasnt worked in over a year
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json

index 2cb573f6..246c5617 100644 --- a/package.json +++ b/package.json
@@ -69,8 +69,8 @@ "husky": "^9.1.7", "prettier": "^3.6.2", "pretty-quick": "^4.2.2", - "typescript": "^5.9.2", - "ts-node": "^10.9.2" + "ts-node": "^10.9.2", + "typescript": "^5.9.2" }, "dependencies": { "@aws-sdk/client-s3": "^3.899.0", @@ -126,7 +126,6 @@ "@yukikaze-bot/erlpack": "^1.0.1", "jimp": "^1.6.0", "mailgun.js": "^12.1.0", - "mysql": "^2.18.1", "node-mailjet": "^6.0.9", "nodemailer": "^7.0.6", "pg": "^8.16.3",