diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-05 22:30:51 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-09 21:48:00 +0800 |
commit | cc013584714e8ce1f583ce391f8123881e3c0297 (patch) | |
tree | 1ba356e34a048e39cc793f6705f5a4f4430bfe31 /deno/mail-relay/deno.json | |
parent | fa62ea0367faea62904c0085c029cdbb18cf0857 (diff) | |
download | crupest-cc013584714e8ce1f583ce391f8123881e3c0297.tar.gz crupest-cc013584714e8ce1f583ce391f8123881e3c0297.tar.bz2 crupest-cc013584714e8ce1f583ce391f8123881e3c0297.zip |
feat(deno): move deno (mail-server) to top level.
Diffstat (limited to 'deno/mail-relay/deno.json')
-rw-r--r-- | deno/mail-relay/deno.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/deno/mail-relay/deno.json b/deno/mail-relay/deno.json index 9066b33..e03ba93 100644 --- a/deno/mail-relay/deno.json +++ b/deno/mail-relay/deno.json @@ -1,4 +1,5 @@ { + "version": "0.1.0", "tasks": { "run": "deno run -A aws/app.ts", "test": "deno test -A", @@ -10,13 +11,6 @@ "@db/sqlite": "jsr:@db/sqlite@^0.12.0", "@hono/zod-validator": "npm:@hono/zod-validator@^0.7.0", "@smithy/fetch-http-handler": "npm:@smithy/fetch-http-handler@^5.0.4", - "@std/cli": "jsr:@std/cli@^1.0.19", - "@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", "email-addresses": "npm:email-addresses@^5.0.0", "hono": "npm:hono@^4.7.11", "kysely": "npm:kysely@^0.28.2", |