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 | f0d4e0d641d4c5b2ce6bd1ad447944c8958d5f1d (patch) | |
tree | cddd6a6833165892e2c0d67d7b7b68e4b4f71f31 /deno/tools/deno.json | |
parent | 7b09e420ede2f9c92f5eaff28508ec10255414b7 (diff) | |
download | crupest-f0d4e0d641d4c5b2ce6bd1ad447944c8958d5f1d.tar.gz crupest-f0d4e0d641d4c5b2ce6bd1ad447944c8958d5f1d.tar.bz2 crupest-f0d4e0d641d4c5b2ce6bd1ad447944c8958d5f1d.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" } } |