cal.pub0.org/packages/lib/package.json

26 lines
539 B
JSON

{
"name": "@calcom/lib",
"version": "0.0.0",
"main": "./index.ts",
"types": "./index.ts",
"license": "MIT",
"dependencies": {
"@calcom/dayjs": "*",
"@prisma/client": "^3.15.2",
"bcryptjs": "^2.4.3",
"ical.js": "^1.4.0",
"ics": "^2.31.0",
"next-i18next": "^11.0.0",
"react-hot-toast": "^2.1.0",
"rrule": "^2.6.9",
"tsdav": "2.0.2",
"tslog": "^3.2.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@calcom/tsconfig": "*",
"@calcom/types": "*",
"typescript": "^4.6.4"
}
}