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/base/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/base/deno.json')
-rw-r--r-- | deno/base/deno.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deno/base/deno.json b/deno/base/deno.json new file mode 100644 index 0000000..2c2d550 --- /dev/null +++ b/deno/base/deno.json @@ -0,0 +1,11 @@ +{ + "name": "@crupest/base", + "version": "0.1.0", + "exports": { + "./config": "./config.ts", + "./cron": "./cron.ts", + "./date": "./date.ts", + "./text": "./text.ts", + "./log": "./log.ts" + } +} |