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

16 lines
556 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": "^84.0.0"
},
"devDependencies": {
"@calcom/types": "*"
}
}