summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-24 13:45:46 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-24 13:45:46 +1000
commitaeaac032d1e581fbf1003aa7e97858b934c4623a (patch)
treeadb84d473b3875228f9cf00de16263d216ef7665 /bundle/package.json
parentMerge branch 'feat/notesTable' into slowcord (diff)
downloadserver-ts-aeaac032d1e581fbf1003aa7e97858b934c4623a.tar.xz
Really shitty external image resizing
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json8
1 files changed, 5 insertions, 3 deletions
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