Files
silverbullet-icalendar/deno.json
sstent 56e11f748b
Some checks failed
Build SilverBullet Plug / build (push) Failing after 8s
Use stable plug-compiler v0.10.1 to fix CI
2026-02-15 17:50:09 -08:00

26 lines
792 B
JSON

{
"tasks": {
"build": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml",
"watch": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml -w",
"debug": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/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.3.0",
"ts-ics": "npm:ts-ics@2.4.0"
}
}