* 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
624 B
JSON
15 lines
624 B
JSON
{
|
||
"private": true,
|
||
"name": "@calcom/tandemvideo",
|
||
"version": "0.0.0",
|
||
"main": "./index.ts",
|
||
"description": "Tandem is a new virtual office space that allows teams to effortlessly connect as though they are in a physical office, online. Through co-working rooms, available statuses, live real-time video call, and chat options, you can see who’s around, talk and collaborate in one click. It works cross-platform with both desktop and mobile versions.",
|
||
"dependencies": {
|
||
"@calcom/lib": "workspace:*",
|
||
"@calcom/prisma": "workspace:*"
|
||
},
|
||
"devDependencies": {
|
||
"@calcom/types": "workspace:*"
|
||
}
|
||
}
|