diff options
Diffstat (limited to 'deno/deno.json')
-rw-r--r-- | deno/deno.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deno/deno.json b/deno/deno.json index 569f97f..0c603a0 100644 --- a/deno/deno.json +++ b/deno/deno.json @@ -13,6 +13,7 @@ "@std/path": "jsr:@std/path@^1.1.0", "@std/testing": "jsr:@std/testing@^1.0.13", "@std/dotenv": "jsr:@std/dotenv@^0.225.5", - "@std/fs": "jsr:@std/fs@^1.0.18" + "@std/fs": "jsr:@std/fs@^1.0.18", + "@types/yargs": "npm:@types/yargs@^17.0.33" } } |