aboutsummaryrefslogtreecommitdiff
path: root/deno/base/deno.json
diff options
context:
space:
mode:
Diffstat (limited to 'deno/base/deno.json')
-rw-r--r--deno/base/deno.json11
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"
+ }
+}