96855ea391
* add eslint package * upgrade lint * remove linting for generated files from trpc * ts imports * add missing features lint script * enable turbo ui * reference workspace deps correctly * fixes * Fix eslint test * Fix eslint test * npm run all back * fix e2e * fix e2e * fix e2e --------- Co-authored-by: Alex van Andel <me@alexvanandel.com>
15 lines
734 B
JSON
15 lines
734 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/pipedrive-crm",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"@calcom/lib": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "workspace:*"
|
|
},
|
|
"description": "Founded in 2010, Pipedrive is an easy and effective sales CRM that drives small business growth.\r\rToday, Pipedrive is used by revenue teams at more than 100,000 companies worldwide. Pipedrive is headquartered in New York and has offices across Europe and the US.\r\rThe company is backed by majority holder Vista Equity Partners, Bessemer Venture Partners, Insight Partners, Atomico, and DTCP.\r\rLearn more at www.pipedrive.com."
|
|
}
|