* add eslint package * upgrade lint * remove linting for generated files from trpc * ts imports * add missing features lint script * enable turbo ui * reference workspace deps correctly * fixes * Fix eslint test * Fix eslint test * npm run all back * fix e2e * fix e2e * fix e2e --------- Co-authored-by: Alex van Andel <me@alexvanandel.com>
17 lines
491 B
JSON
17 lines
491 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/sendgrid",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "SendGrid delivers your transactional and marketing emails through the world's largest cloud-based email delivery platform.",
|
|
"dependencies": {
|
|
"@calcom/lib": "workspace:*",
|
|
"@calcom/prisma": "workspace:*",
|
|
"@sendgrid/client": "^7.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "workspace:*"
|
|
}
|
|
}
|