cal/packages/lib/package.json
2022-07-20 13:17:23 -06:00

31 lines
756 B
JSON

{
"name": "@calcom/lib",
"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/dayjs": "*",
"@prisma/client": "^4.1.0",
"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"
}
}