calcom/packages/app-store/hubspotothercalendar/package.json
Leo Giovanetti ffebe8e901
HubSpot App (#2380)
* Initial changes

* OAuth done and credentials stored

* Added "other" integrations

* Switching to hubspot api client

* Event creation for all attendees

* Update and delete done

* Doc update

* Fixing types

* App label is not mandatory

* Fixing bad merge: App label deleted

* Fixing bad automerge

* Removing  c.log

Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-04-15 23:23:38 -03:00

15 lines
495 B
JSON

{
"private": true,
"name": "@calcom/hubspotothercalendar",
"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": "*",
"@calcom/prisma": "*",
"@hubspot/api-client": "^6.0.1-beta4"
},
"devDependencies": {
"@calcom/types": "*"
}
}