diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-06-30 14:25:02 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-06-30 14:25:02 +0800 |
| commit | e18d101cae1dfcef29abd102d2908d429f4688d5 (patch) | |
| tree | 49c0b1d1c237c674fe603db23d2e174acdea6979 /deno/mail/deno.json | |
| parent | 66e2d76b75ed04ae8a43baefdb970f4cb89c5925 (diff) | |
| download | crupest-e18d101cae1dfcef29abd102d2908d429f4688d5.tar.gz crupest-e18d101cae1dfcef29abd102d2908d429f4688d5.tar.bz2 crupest-e18d101cae1dfcef29abd102d2908d429f4688d5.zip | |
mail: revert removing.
Diffstat (limited to 'deno/mail/deno.json')
| -rw-r--r-- | deno/mail/deno.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/deno/mail/deno.json b/deno/mail/deno.json new file mode 100644 index 0000000..9105747 --- /dev/null +++ b/deno/mail/deno.json @@ -0,0 +1,18 @@ +{ + "version": "0.1.0", + "tasks": { + "run": "deno run -A aws/app.ts", + "compile": "deno compile -o out/crupest-relay -A aws/app.ts" + }, + "imports": { + "@aws-sdk/client-s3": "npm:@aws-sdk/client-s3@^3.821.0", + "@aws-sdk/client-sesv2": "npm:@aws-sdk/client-sesv2@^3.821.0", + "@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", + "email-addresses": "npm:email-addresses@^5.0.0", + "hono": "npm:hono@^4.7.11", + "kysely": "npm:kysely@^0.28.2", + "zod": "npm:zod@^3.25.48" + } +} |
