cal.pub0.org/packages/features/ee/package.json

23 lines
542 B
JSON

{
"name": "@calcom/ee",
"description": "Cal.com Commercial License features",
"version": "0.0.0",
"private": true,
"license": "See license in LICENSE",
"main": "./index.ts",
"dependencies": {
"@calcom/lib": "*",
"@calcom/ui": "*",
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^2.9.7",
"@sendgrid/client": "^7.7.0",
"@sendgrid/mail": "^7.6.2",
"libphonenumber-js": "^1.10.12",
"twilio": "^3.80.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@calcom/tsconfig": "*"
}
}