Files
calendar/packages/app-store/salesforce/package.json
T
Joe Au-YeungandGitHub 4303fb8726 feat: Salesforce - add urql/retry-exchange (#24302)
* Add .env variables

* Add `urql/exchange-retry`

* Add retry mechanic to graphql client

* Only add retries if .env variables are set

* Remove console.log
2025-10-08 14:03:40 +00:00

28 lines
1.0 KiB
JSON

{
"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.",
"scripts": {
"generate:schema": "graphql-introspection-json-to-sdl ./schema.json > ./schema.graphql",
"codegen": "graphql-codegen --config codegen.ts",
"codegen:watch": "graphql-codegen --config codegen.ts --watch"
},
"dependencies": {
"@calcom/lib": "workspace:*",
"@calcom/prisma": "workspace:*",
"@jetstreamapp/soql-parser-js": "^6.1.0",
"@jsforce/jsforce-node": "^3.6.3",
"@urql/core": "^5.1.1",
"@urql/exchange-retry": "^2.0.0"
},
"devDependencies": {
"@calcom/types": "workspace:*",
"@graphql-codegen/cli": "^5.0.5",
"@parcel/watcher": "^2.5.1",
"graphql-config": "^5.1.3",
"graphql-introspection-json-to-sdl": "^1.0.3"
}
}