diff options
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 6 |
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" +} |
