We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7078f0c commit f537cabCopy full SHA for f537cab
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"pino": "^9.5.0",
22
"pino-pretty": "^13.0.0",
23
"semver": "^7.6.3",
24
- "@img/sharp-linux-x64": "^0.33.5",
+ "sharp": "^0.33.5",
25
"uuid": "^11.0.3"
26
},
27
"bin": {
@@ -40,6 +40,9 @@
40
"@types/uuid": "^10.0.0",
41
"npm-check-updates": "^17.1.11"
42
43
+ "optionalDependencies": {
44
+ "@img/sharp-linux-x64": "^0.33.5"
45
+ },
46
"engines": {
47
"node": ">=16.0.0"
48
}
0 commit comments