diff options
Diffstat (limited to 'deno/tools/deno.json')
-rw-r--r-- | deno/tools/deno.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deno/tools/deno.json b/deno/tools/deno.json new file mode 100644 index 0000000..355046a --- /dev/null +++ b/deno/tools/deno.json @@ -0,0 +1,8 @@ +{ + "version": "0.1.0", + "tasks": { + }, + "imports": { + "mustache": "npm:mustache@^4.2.0" + } +} |