{ "nodeModulesDir": "auto", "tasks": { "build": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/edge/plug-compile.js -c deno.json icalendar.plug.yaml", "watch": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/edge/plug-compile.js -c deno.json icalendar.plug.yaml -w", "debug": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/edge/plug-compile.js -c deno.json icalendar.plug.yaml --debug" }, "lint": { "rules": { "exclude": [ "no-explicit-any" ] } }, "fmt": { "exclude": [ "*.md", "**/*.md", "*.plug.js" ] }, "imports": { "@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^2.4.1", "ts-ics": "npm:ts-ics@2.4.0" } }