* wip * use light imports * fix * perf: Reduce bundle size via better imports with `googleapis` (#17811) * fix test * refactor * update vite.config.js * fix * fix unit test failing
16 lines
565 B
JSON
16 lines
565 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/googlecalendar",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "Google Calendar is a time management and scheduling service developed by Google. Allows users to create and edit events, with options available for type and time. Available to anyone that has a Gmail account on both mobile and web versions.",
|
|
"dependencies": {
|
|
"@calcom/prisma": "*",
|
|
"@googleapis/calendar": "^9.7.9"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
}
|
|
}
|