Files
silverbullet-icalendar/deno.jsonc
2024-07-30 14:34:50 +02:00

22 lines
407 B
JSON

{
"tasks": {
"build": "silverbullet plug:compile -c deno.jsonc hello.plug.yaml",
"watch": "silverbullet plug:compile -c deno.jsonc hello.plug.yaml -w"
},
"lint": {
"rules": {
"exclude": ["no-explicit-any"]
}
},
"fmt": {
"exclude": [
"*.md",
"**/*.md",
"*.plug.js"
]
},
"imports": {
"$sb/": "https://deno.land/x/silverbullet/plug-api/"
}
}