Files
calendar/package.json
T

37 lines
961 B
JSON

{
"name": "@calcom/api",
"version": "1.0.0",
"description": "Public API for Cal.com",
"main": "index.ts",
"repository": "git@github.com:calcom/api.git",
"author": "Cal.com Inc.",
"private": true,
"scripts": {
"dev": "PORT=3002 next",
"start": "next start",
"build": "next build",
"lint": "next lint",
"test": "jest",
"type-check": "tsc --pretty --noEmit",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@calcom/prisma": "*",
"@calcom/tsconfig": "*",
"babel-jest": "^27.5.1",
"install": "^0.13.0",
"jest": "^27.5.1",
"node-mocks-http": "^1.11.0",
"npm": "^8.5.5",
"typescript": "^4.5.3",
"zod": "^3.14.2"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.1",
"next": "^12.1.0",
"next-auth": "^4.3.1"
}
}