From 3baf96b5b311e2d1fad8b4e803f8f1900a4e30f3 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sun, 19 May 2024 16:14:58 -0300 Subject: [PATCH] new(all): Sharp multiplatform. --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index cd6adbdd..cd8dbbb7 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "PH ", "Dário Vieira ", "Alan Perdomo " + ], "engines": { "node": "=21.7.3" @@ -240,6 +241,10 @@ "tslint": "6.1.3", "vitest": "^1.3.0" }, + "optionalDependencies": { + "@img/sharp-win32-x64": "0.33.3", + "@img/sharp-linux-arm": "0.33.3" + }, "eslintConfig": { "env": { "node": true,