From f0d4e0d641d4c5b2ce6bd1ad447944c8958d5f1d Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 13 Jun 2025 15:41:02 +0800 Subject: deno: add manage-vm. --- deno/deno.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deno/deno.json') 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" } } -- cgit v1.2.3