diff --git a/.gitignore b/.gitignore index cac6b5e..a217a22 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ deno.lock *.plug.js +test_space +.env diff --git a/deno.jsonc b/deno.jsonc index 93b37cc..29f889e 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -1,7 +1,8 @@ { "tasks": { "build": "silverbullet plug:compile -c deno.jsonc caldav.plug.yaml", - "watch": "silverbullet plug:compile -c deno.jsonc caldav.plug.yaml -w" + "watch": "silverbullet plug:compile -c deno.jsonc caldav.plug.yaml -w", + "example": "deno run --allow-read --allow-env --env-file --allow-net example.ts" }, "lint": { "rules": { @@ -16,6 +17,7 @@ ] }, "imports": { - "@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^0.9.0" + "@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^0.9.0", + "tsdav": "npm:tsdav@2.1.3" } }