aboutsummaryrefslogtreecommitdiff
path: root/deno/deno.json
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-06-13 15:41:02 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-13 17:29:39 +0800
commitf0d4e0d641d4c5b2ce6bd1ad447944c8958d5f1d (patch)
treecddd6a6833165892e2c0d67d7b7b68e4b4f71f31 /deno/deno.json
parent7b09e420ede2f9c92f5eaff28508ec10255414b7 (diff)
downloadcrupest-f0d4e0d641d4c5b2ce6bd1ad447944c8958d5f1d.tar.gz
crupest-f0d4e0d641d4c5b2ce6bd1ad447944c8958d5f1d.tar.bz2
crupest-f0d4e0d641d4c5b2ce6bd1ad447944c8958d5f1d.zip
deno: add manage-vm.
Diffstat (limited to 'deno/deno.json')
-rw-r--r--deno/deno.json3
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"
}
}