diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-04 19:12:41 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-04 19:22:50 +1100 |
commit | 73923e269ae840c46199f8d15aa7d6c273c5ae71 (patch) | |
tree | ef332a3b9355fd27349e8de717af0adaa7b51fa5 /package.json | |
parent | capture exception in sentry for embed processing (diff) | |
download | server-73923e269ae840c46199f8d15aa7d6c273c5ae71.tar.xz |
Video attachment support!
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 303324f5..37a21647 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "@types/amqplib": "^0.8.2", "@types/bcrypt": "^5.0.0", "@types/cookie-parser": "^1.4.3", + "@types/fluent-ffmpeg": "^2.1.20", "@types/i18next-node-fs-backend": "^2.1.1", "@types/json-bigint": "^1.0.1", "@types/jsonwebtoken": "^8.5.9", @@ -58,6 +59,7 @@ "exif-be-gone": "^1.3.1", "fast-zlib": "^2.0.1", "file-type": "16.5", + "fluent-ffmpeg": "^2.1.2", "form-data": "^4.0.0", "i18next": "^21.9.2", "i18next-http-middleware": "^3.2.1", |