Files
calendar/packages/app-store/googlecalendar/package.json
T
Benny JooandGitHub b8219c273d feat: Reduce bundle size via better imports + install gcal + gvideo by default for google signups (#17810)
* 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
2024-12-06 02:51:48 +00:00

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": "*"
}
}