* 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 <[email protected]>
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/webex",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"@calcom/lib": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "workspace:*"
|
|
},
|
|
"description": "Create meetings with Cisco Webex"
|
|
}
|