Specify project scope

This commit is contained in:
Marek S. Lukasiewicz
2025-01-04 20:51:41 +01:00
parent 10a64f8927
commit 98edb7a818
4 changed files with 73 additions and 33 deletions

View File

@@ -1,8 +1,7 @@
{
"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"
"watch": "silverbullet plug:compile -c deno.jsonc caldav.plug.yaml -w"
},
"lint": {
"rules": {
@@ -18,8 +17,6 @@
},
"imports": {
"@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^0.10.1",
"tsdav": "npm:tsdav@2.1.3",
"ts-ics": "npm:ts-ics@1.6.5",
"@js-temporal/polyfill": "https://esm.sh/@js-temporal/polyfill@0.4.4"
"ts-ics": "npm:ts-ics@1.6.5"
}
}