Files
calendar/packages/app-store/salesforce/package.json
T

27 lines
1004 B
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": "*",
"@calcom/prisma": "*",
"@jetstreamapp/soql-parser-js": "^6.1.0",
"@jsforce/jsforce-node": "^3.6.3",
"@urql/core": "^5.1.1"
},
"devDependencies": {
"@calcom/types": "*",
"@graphql-codegen/cli": "^5.0.5",
"@parcel/watcher": "^2.5.1",
"graphql-config": "^5.1.3",
"graphql-introspection-json-to-sdl": "^1.0.3"
}
}