diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-11 17:56:54 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-11 17:56:54 +0800 |
commit | ab125417922f686a193b8e5a16856a1b7ae70aeb (patch) | |
tree | ea53170d9a108533afbe8d28cf150adb844f846e /deno/tools/deno.json | |
parent | 8eb35af237d400ea17e1f2d3b1609928ea98344e (diff) | |
download | crupest-ab125417922f686a193b8e5a16856a1b7ae70aeb.tar.gz crupest-ab125417922f686a193b8e5a16856a1b7ae70aeb.tar.bz2 crupest-ab125417922f686a193b8e5a16856a1b7ae70aeb.zip |
feat(tools): add a secret tool.
Diffstat (limited to 'deno/tools/deno.json')
-rw-r--r-- | deno/tools/deno.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deno/tools/deno.json b/deno/tools/deno.json new file mode 100644 index 0000000..3597182 --- /dev/null +++ b/deno/tools/deno.json @@ -0,0 +1,7 @@ +{ + "version": "0.1.0", + "tasks": { + }, + "imports": { + } +} |