forked from GitHubMirrors/silverbullet-icalendar
23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"tasks": {
|
|
"build": "silverbullet plug:compile -c deno.jsonc icalendar.plug.yaml",
|
|
"watch": "silverbullet plug:compile -c deno.jsonc icalendar.plug.yaml -w"
|
|
},
|
|
"lint": {
|
|
"rules": {
|
|
"exclude": ["no-explicit-any"]
|
|
}
|
|
},
|
|
"fmt": {
|
|
"exclude": [
|
|
"*.md",
|
|
"**/*.md",
|
|
"*.plug.js"
|
|
]
|
|
},
|
|
"imports": {
|
|
"@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^0.10.1",
|
|
"ts-ics": "npm:ts-ics@1.6.5"
|
|
}
|
|
}
|