{ "name": "@calcom/lib", "sideEffects": false, "version": "0.0.0", "main": "./index.ts", "types": "./index.ts", "license": "MIT", "scripts": { "lint": "eslint . --ext .ts,.js,.tsx,.jsx", "lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix", "lint:report": "eslint . --format json --output-file ../../lint-results/app-store.json" }, "dependencies": { "@calcom/config": "*", "@calcom/dayjs": "*", "@prisma/client": "^4.2.1", "@sendgrid/client": "^7.7.0", "bcryptjs": "^2.4.3", "ical.js": "^1.4.0", "ics": "^2.37.0", "next-i18next": "^11.3.0", "react-hot-toast": "^2.3.0", "rrule": "^2.7.1", "tsdav": "2.0.3", "tslog": "^3.2.1", "uuid": "^8.3.2" }, "devDependencies": { "@calcom/tsconfig": "*", "@calcom/types": "*", "@faker-js/faker": "^7.3.0", "typescript": "^4.7.4" } }