* 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>
15 lines
537 B
JSON
15 lines
537 B
JSON
{
|
|
"private": true,
|
|
"name": "@calcom/zoomvideo",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "Zoom is a secure and reliable video platform that supports all of your online communication needs. It can provide everything from one on one meetings, chat, phone, webinars, and large-scale online events. Available with both desktop, web, and mobile versions.",
|
|
"dependencies": {
|
|
"@calcom/lib": "workspace:*",
|
|
"@calcom/prisma": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "workspace:*"
|
|
}
|
|
}
|