From aeaac032d1e581fbf1003aa7e97858b934c4623a Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sun, 24 Jul 2022 13:45:46 +1000 Subject: Really shitty external image resizing --- bundle/package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bundle/package.json') diff --git a/bundle/package.json b/bundle/package.json index 83186be4..1e6bc5e9 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -54,7 +54,8 @@ "ts-patch": "^1.4.4", "tsconfig-paths": "^3.12.0", "typescript": "^4.2.3", - "typescript-json-schema": "0.50.1" + "typescript-json-schema": "0.50.1", + "@types/sharp": "^0.30.4" }, "dependencies": { "@aws-sdk/client-s3": "^3.36.1", @@ -110,6 +111,7 @@ "typescript": "^4.1.2", "typescript-cached-transpile": "^0.0.6", "typescript-json-schema": "^0.50.1", - "ws": "^7.4.2" + "ws": "^7.4.2", + "sharp": "^0.30.7" } -} +} \ No newline at end of file -- cgit 1.5.1