summaryrefslogtreecommitdiff
path: root/deno.json
diff options
context:
space:
mode:
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/deno.json b/deno.json
new file mode 100644
index 0000000..605e6cd
--- /dev/null
+++ b/deno.json
@@ -0,0 +1,6 @@
+{
+ "exports": "./mod.ts",
+ "license": "MIT",
+ "name": "@netopwibby/order-object",
+ "version": "0.1.1"
+}