diff options
Diffstat (limited to 'deno/deno.json')
-rw-r--r-- | deno/deno.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/deno/deno.json b/deno/deno.json new file mode 100644 index 0000000..286451e --- /dev/null +++ b/deno/deno.json @@ -0,0 +1,18 @@ +{ + "workspace": ["./base", "./mail", "./tools"], + "tasks": { + "compile:mail": "deno task --cwd=mail compile" + }, + "imports": { + "@std/collections": "jsr:@std/collections@^1.1.1", + "@std/csv": "jsr:@std/csv@^1.0.6", + "@std/encoding": "jsr:@std/encoding@^1.0.10", + "@std/expect": "jsr:@std/expect@^1.0.16", + "@std/io": "jsr:@std/io@^0.225.2", + "@std/path": "jsr:@std/path@^1.1.0", + "@std/testing": "jsr:@std/testing@^1.0.13", + "@std/fs": "jsr:@std/fs@^1.0.18", + "yargs": "npm:yargs@^18.0.0", + "@types/yargs": "npm:@types/yargs@^17.0.33" + } +} |