mirror of
https://github.com/xunleii/silverbullet-icalendar.git
synced 2026-03-15 20:15:23 +00:00
24 lines
548 B
JSON
24 lines
548 B
JSON
{
|
|
"tasks": {
|
|
"build": "silverbullet plug:compile -c deno.jsonc caldav.plug.yaml",
|
|
"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": {
|
|
"exclude": ["no-explicit-any"]
|
|
}
|
|
},
|
|
"fmt": {
|
|
"exclude": [
|
|
"*.md",
|
|
"**/*.md",
|
|
"*.plug.js"
|
|
]
|
|
},
|
|
"imports": {
|
|
"@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^0.9.0",
|
|
"tsdav": "npm:tsdav@2.1.3"
|
|
}
|
|
}
|