2
0
Files

15 lines
330 B
JSON
Raw Permalink Normal View History

2024-08-09 00:39:27 +02:00
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"name": "@calcom/raycast",
"version": "0.0.0",
"main": "./index.ts",
2024-08-09 16:18:09 +02:00
"description": "Quickly share your BLS cal meeting links with Raycast",
2024-08-09 00:39:27 +02:00
"dependencies": {
"@calcom/lib": "*"
},
"devDependencies": {
"@calcom/types": "*"
}
}