2
0
Files
2024-08-09 00:39:27 +02:00

16 lines
611 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"name": "WipeMyCal",
"version": "0.1.0",
"main": "./index.ts",
"description": "Wipe My Cal is a Cal.com exclusive app that redefines what it looks like to reschedule multiple meetings at the same time. Simply install the app, and select Wipe for whatever date you need to mass reschedule. Handle emergencies, unexpected sick days and last minute events with the simple click of a button.",
"dependencies": {
"@calcom/prisma": "*",
"queue": "^6.0.2"
},
"devDependencies": {
"@calcom/types": "*"
}
}