summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-17 11:58:53 +0200
committerRory& <root@rory.gay>2025-10-17 11:58:53 +0200
commit37594a5bec8574e1c4b5d5dcb2d45b055ee3c58c (patch)
treee55d944bd6f7f43c3e02be64d5d472c1aecae7d9 /package.json
parentMarshall ajverrors (diff)
downloadserver-ts-37594a5bec8574e1c4b5d5dcb2d45b055ee3c58c.tar.xz
ZSTD on gateway
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json

index 008d5002..f9a4a584 100644 --- a/package.json +++ b/package.json
@@ -72,6 +72,7 @@ }, "dependencies": { "@aws-sdk/client-s3": "^3.911.0", + "@toondepauw/node-zstd": "^1.2.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "amqplib": "^0.10.9", @@ -102,10 +103,12 @@ "murmurhash-js": "^1.0.0", "node-2fa": "^2.0.3", "node-fetch-commonjs": "^3.3.2", + "pg": "^8.16.3", "picocolors": "^1.1.1", "probe-image-size": "^7.2.3", "proxy-agent": "^6.5.0", "reflect-metadata": "^0.2.2", + "sqlite3": "^5.1.7", "tslib": "^2.8.1", "typeorm": "^0.3.27", "typescript-json-schema": "^0.65.1", @@ -127,8 +130,6 @@ "jimp": "^1.6.0", "mailgun.js": "^12.1.1", "node-mailjet": "^6.0.9", - "nodemailer": "^7.0.9", - "pg": "^8.16.3", - "sqlite3": "^5.1.7" + "nodemailer": "^7.0.9" } }