calcom/packages/app-store/applecalendar/package.json
2022-03-25 15:03:10 -07:00

15 lines
621 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"$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 Apples 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.20.4"
},
"devDependencies": {
"@calcom/types": "*"
}
}