* add eslint package * upgrade lint * remove linting for generated files from trpc * ts imports * add missing features lint script * enable turbo ui * reference workspace deps correctly * fixes * Fix eslint test * Fix eslint test * npm run all back * fix e2e * fix e2e * fix e2e --------- Co-authored-by: Alex van Andel <me@alexvanandel.com>
16 lines
641 B
JSON
16 lines
641 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": "workspace:*",
|
||
"react-hook-form": "^7.43.3"
|
||
},
|
||
"devDependencies": {
|
||
"@calcom/types": "workspace:*"
|
||
}
|
||
}
|