16 lines
621 B
JSON
16 lines
621 B
JSON
{
|
||
"$schema": "https://json.schemastore.org/package.json",
|
||
"private": true,
|
||
"name": "@calcom/applecalendar",
|
||
"version": "0.0.0",
|
||
"main": "./index.ts",
|
||
"description": "Apple calendar runs both the macOS and iOS mobile operating systems. Offering online cloud backup of calendars using Apple’s iCloud service, it can sync with Google Calendar and Microsoft Exchange Server. Users can schedule events in their day that include time, location, duration, and extra notes.",
|
||
"dependencies": {
|
||
"@calcom/prisma": "*",
|
||
"react-hook-form": "^7.31.1"
|
||
},
|
||
"devDependencies": {
|
||
"@calcom/types": "*"
|
||
}
|
||
}
|