mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-13 11:01:18 +01:00
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"name": "@freya/source-caldav",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test .",
|
|
"test:live": "bun run scripts/test-live.ts"
|
|
},
|
|
"dependencies": {
|
|
"@freya/components": "workspace:*",
|
|
"@freya/core": "workspace:*",
|
|
"ical.js": "^2.1.0",
|
|
"tsdav": "^2.1.7"
|
|
}
|
|
}
|