cal/packages/lib/package.json

19 lines
377 B
JSON
Raw Normal View History

{
"name": "@calcom/lib",
"version": "0.0.0",
"main": "./index.ts",
"types": "./index.ts",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"dayjs": "^1.10.4",
"dayjs-business-time": "^1.0.4",
"next-i18next": "^8.9.0",
"react-hot-toast": "^2.1.0"
},
"devDependencies": {
"@calcom/tsconfig": "*",
"typescript": "^4.5.3"
}
}