Files
calendar/packages/app-store/hubspot/package.json
T
96855ea391 chore: upgrade eslint 9 (#24002)
* 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>
2025-09-24 22:20:49 +09:00

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:*"
}
}