* 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>
16 lines
506 B
JSON
16 lines
506 B
JSON
{
|
|
"private": true,
|
|
"name": "@calcom/hubspot",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "HubSpot is a cloud-based CRM designed to help align sales and marketing teams, foster sales enablement, boost ROI and optimize your inbound marketing strategy to generate more, qualified leads.",
|
|
"dependencies": {
|
|
"@calcom/lib": "workspace:*",
|
|
"@calcom/prisma": "workspace:*",
|
|
"@hubspot/api-client": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "workspace:*"
|
|
}
|
|
}
|