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..c913fde
--- /dev/null
+++ b/deno.json
@@ -0,0 +1,6 @@
+{
+ "imports": {
+ "@std/assert": "jsr:@std/assert@^1.0.11",
+ "@std/testing": "jsr:@std/testing"
+ }
+}