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
|