diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-13 15:41:02 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-13 17:29:39 +0800 |
commit | 87e041cd350b76cdfb9bb440e31c25e0d58ab6fb (patch) | |
tree | baeaa937bb30dfe59b3670f99d9993128af9b82a /deno/tools/deno.json | |
parent | 0c174baec106266462eede0bb82b1ada19db0908 (diff) | |
download | crupest-87e041cd350b76cdfb9bb440e31c25e0d58ab6fb.tar.gz crupest-87e041cd350b76cdfb9bb440e31c25e0d58ab6fb.tar.bz2 crupest-87e041cd350b76cdfb9bb440e31c25e0d58ab6fb.zip |
deno: add manage-vm.
Diffstat (limited to 'deno/tools/deno.json')
-rw-r--r-- | deno/tools/deno.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deno/tools/deno.json b/deno/tools/deno.json index 355046a..cda933f 100644 --- a/deno/tools/deno.json +++ b/deno/tools/deno.json @@ -3,6 +3,7 @@ "tasks": { }, "imports": { - "mustache": "npm:mustache@^4.2.0" + "mustache": "npm:mustache@^4.2.0", + "yargs": "npm:yargs@^18.0.0" } } |