15 lines
396 B
JSON
15 lines
396 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/autocheckin",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"@calcom/lib": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
},
|
|
"description": "You simply paste a BLS cal link of someone, select a frequency and we will take care of the scheduling for you.\r\r"
|
|
}
|