📦 Update dependencies and configuration in deno.json and deno.lock

This commit is contained in:
2026-04-11 11:24:55 +08:00
parent 84831a4fef
commit ade585db92
2 changed files with 12 additions and 1 deletions

View File

@@ -1,8 +1,9 @@
{
"name": "@hatter/image-scale-cli",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"exports": "./cli.ts",
"nodeModulesDir": "auto",
"tasks": {
"start": "deno run --allow-read --allow-write --allow-env --allow-ffi cli.ts",
"test": "deno test --allow-read --allow-write --allow-ffi --allow-run --allow-env --no-check",
@@ -19,5 +20,9 @@
"@std/cli": "jsr:@std/cli@1",
"@std/assert": "jsr:@std/assert@1",
"sharp": "npm:sharp@^0.33.0"
},
"allowScripts": {
"allow": [],
"deny": ["npm:sharp@0.33.5"]
}
}