cal/packages/app-store/salesforce/package.json

17 lines
562 B
JSON
Raw Permalink Normal View History

{
"private": true,
"name": "@calcom/salesforce",
"version": "0.0.0",
"main": "./index.ts",
"description": "Salesforce (Sales Cloud) is a cloud-based application designed to help your salespeople sell smarter and faster by centralizing customer information, logging their interactions with your company, and automating many of the tasks salespeople do every day.",
"dependencies": {
"@calcom/lib": "*",
"@calcom/prisma": "*",
"jsforce": "^1.11.0"
},
"devDependencies": {
"@calcom/types": "*",
"@types/jsforce": "^1.11.0"
}
}