2022-06-07 06:13:32 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
|
|
"private": true,
|
2023-01-18 22:30:25 +00:00
|
|
|
"name": "@calcom/basic",
|
2022-06-07 06:13:32 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"main": "./index.ts",
|
|
|
|
"dependencies": {
|
|
|
|
"@calcom/lib": "*"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@calcom/types": "*"
|
2023-01-18 22:30:25 +00:00
|
|
|
},
|
|
|
|
"description": "It is a template for an app that can be installed and provides no other feature."
|
2023-01-21 16:07:30 +00:00
|
|
|
}
|