45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
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",
|
|
"lint-fix": "next lint --fix && prettier --write .",
|
|
"test": "jest --detectOpenHandles",
|
|
"type-check": "tsc --pretty --noEmit",
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
|
"prepare": "husky install",
|
|
"pre-commit": "next lint"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.8",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@babel/preset-typescript": "^7.16.7",
|
|
"@calcom/prisma": "*",
|
|
"@calcom/tsconfig": "*",
|
|
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
|
"babel-jest": "^27.5.1",
|
|
"husky": "^7.0.4",
|
|
"jest": "^27.5.1",
|
|
"node-mocks-http": "^1.11.0",
|
|
"prettier": "^2.6.1"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/nextjs": "^6.19.3",
|
|
"next": "^12.1.4",
|
|
"next-api-middleware": "^1.0.1",
|
|
"next-swagger-doc": "^0.2.1",
|
|
"next-transpile-modules": "^9.0.0",
|
|
"next-validations": "^0.1.11",
|
|
"nextjs-cors": "^2.1.1",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|