* Fixing slack create event * Fixes verify working 90% of the time :S * Verify V2 * Fixing verify - not needed on interaction payload * Fixing verifcation + response * Fix verifcation * DM user error/success * Remove random 200 * Timeout return * Adding Zod schema verification * Added validations, cleanup * Type fixes * Update event.ts Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: zomars <zomars@me.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
18 lines
496 B
JSON
18 lines
496 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/slackmessaging",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"description": "A business communication platform that includes persistent chat rooms (channels), private groups and direct messaging.",
|
|
"dependencies": {
|
|
"@calcom/prisma": "*",
|
|
"@slack/web-api": "^6.7.0",
|
|
"slack-block-builder": "^2.5.0",
|
|
"zod": "^3.17.3"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
}
|
|
}
|