* 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>
20 lines
555 B
JSON
20 lines
555 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/closecom",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "Close is the inside sales CRM of choice for startups and SMBs. Make more calls, send more emails and close more deals starting today.",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@calcom/lib": "workspace:*",
|
|
"@calcom/prisma": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "workspace:*"
|
|
}
|
|
}
|