summary refs log tree commit diff
path: root/deno.json
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2025-01-24 11:08:24 +0200
committerWlodekM <[email protected]>2025-01-24 11:08:24 +0200
commit8358d211ae3d6559956b6727bd35666429059f81 (patch)
treeb1a852af150a69ea05ab894fa9ffa55f76dae865 /deno.json
definitely the first commit
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/deno.json b/deno.json
new file mode 100644
index 0000000..5b320c2
--- /dev/null
+++ b/deno.json
@@ -0,0 +1,8 @@
+{
+  "tasks": {
+    "dev": "deno run --watch main.ts"
+  },
+  "imports": {
+    "@std/assert": "jsr:@std/assert@1"
+  }
+}