{
  "$schema": "https://json.schemastore.org/package.json",
  "private": true,
  "name": "@calcom/feishucalendar",
  "version": "0.0.0",
  "main": "./index.ts",
  "description": "Feishu Calendar is a time management and scheduling service developed by Feishu. Allows users to create and edit events, with options available for type and time. Available to anyone that has a Feishu account on both mobile and web versions.",
  "dependencies": {
    "@calcom/lib": "*",
    "@calcom/prisma": "*"
  },
  "devDependencies": {
    "@calcom/types": "*"
  }
}
