* refactor: Move @calcom/core to @calcom/lib * Merging imports * Clean up * Ignoreing type error for now
18 lines
632 B
JSON
18 lines
632 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/caldavcalendar",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "Caldav is a protocol that allows different clients/servers to access scheduling information on remote servers as well as schedule meetings with other users on the same server or other servers. It extends WebDAV specification and uses iCalendar format for the data.",
|
|
"dependencies": {
|
|
"@calcom/lib": "*",
|
|
"@calcom/prisma": "*",
|
|
"@calcom/ui": "*",
|
|
"react-hook-form": "^7.43.3"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
}
|
|
}
|