* 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
433 B
JSON
17 lines
433 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/vital",
|
|
"version": "0.1.0",
|
|
"main": "./index.ts",
|
|
"description": "Connect your health data or wearables to trigger actions on your calendar.",
|
|
"dependencies": {
|
|
"@calcom/prisma": "workspace:*",
|
|
"@tryvital/vital-node": "^1.4.6",
|
|
"queue": "^6.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "workspace:*"
|
|
}
|
|
}
|