2022-01-19 16:28:08 +00:00
|
|
|
{
|
|
|
|
"name": "Cal.com",
|
|
|
|
"description": "Open Source Scheduling",
|
2022-02-01 10:19:22 +00:00
|
|
|
"repository": "https://github.com/calcom/cal.com",
|
2022-01-19 16:28:08 +00:00
|
|
|
"logo": "https://cal.com/android-chrome-512x512.png",
|
2022-02-07 22:01:51 +00:00
|
|
|
"keywords": ["react", "typescript", "node", "nextjs", "prisma", "postgres", "trpc"],
|
|
|
|
"addons": [
|
|
|
|
{
|
|
|
|
"plan": "heroku-postgresql:hobby-dev"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"env": {
|
|
|
|
"BASE_URL": "https://${HEROKU_APP_NAME}.herokuapp.com",
|
|
|
|
"CALENDSO_ENCRYPTION_KEY": "32-random-string",
|
|
|
|
"JWT_SECRET": "secret"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"postdeploy": "npx prisma migrate deploy"
|
|
|
|
}
|
2022-01-19 16:28:08 +00:00
|
|
|
}
|