forked from GitHubMirrors/silverbullet-icalendar
22 lines
407 B
JSON
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/"
|
|
}
|
|
}
|