16 lines
476 B
JSON
16 lines
476 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": "*",
|
|
"@calcom/prisma": "*",
|
|
"@hubspot/api-client": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
}
|
|
}
|