mirror of
https://github.com/xunleii/silverbullet-icalendar.git
synced 2026-03-15 20:15:23 +00:00
Add tsdav dependency with basic example
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
deno.lock
|
||||
*.plug.js
|
||||
test_space
|
||||
.env
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"tasks": {
|
||||
"build": "silverbullet plug:compile -c deno.jsonc caldav.plug.yaml",
|
||||
"watch": "silverbullet plug:compile -c deno.jsonc caldav.plug.yaml -w"
|
||||
"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": {
|
||||
@@ -16,6 +17,7 @@
|
||||
]
|
||||
},
|
||||
"imports": {
|
||||
"@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^0.9.0"
|
||||
"@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^0.9.0",
|
||||
"tsdav": "npm:tsdav@2.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user