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

23 lines
455 B
JSON

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