2022-02-16 20:45:46 +00:00
|
|
|
{
|
2022-02-22 20:05:50 +00:00
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
2022-02-21 23:14:46 +00:00
|
|
|
"private": true,
|
2022-02-22 20:05:50 +00:00
|
|
|
"name": "@calcom/example-app",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"main": "./index.ts",
|
|
|
|
"description": "This is a brief description for the Example App.",
|
|
|
|
"dependencies": {
|
|
|
|
"@calcom/prisma": "*"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@calcom/types": "*"
|
|
|
|
}
|
2022-02-16 20:45:46 +00:00
|
|
|
}
|