diff options
Diffstat (limited to 'cdn/package.json')
-rw-r--r-- | cdn/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cdn/package.json b/cdn/package.json index c63713c0..ca1e6416 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -31,6 +31,7 @@ "@types/multer": "^1.4.7", "@types/node": "^14.17.0", "@types/node-fetch": "^2.5.7", + "@types/sharp": "^0.30.4", "@zerollup/ts-transform-paths": "^1.7.18", "ts-patch": "^1.4.4" }, @@ -55,6 +56,7 @@ "multer": "^1.4.2", "nanocolors": "^0.2.12", "node-fetch": "^2.6.2", + "sharp": "^0.30.7", "supertest": "^6.1.6", "typescript": "^4.1.2" }, |