23 lines
585 B
JSON
23 lines
585 B
JSON
{
|
|
"private": true,
|
|
"name": "@examples/whatsapp",
|
|
"version": "0.0.1",
|
|
"description": "Example trigger.dev workflow that uses the WhatsApp Webhook integration",
|
|
"dependencies": {
|
|
"@trigger.dev/sdk": "workspace:*",
|
|
"@trigger.dev/slack": "workspace:*",
|
|
"@trigger.dev/whatsapp": "workspace:*",
|
|
"jsx-slack": "^5.3.0",
|
|
"zod": "^3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"@trigger.dev/tsconfig": "workspace:*",
|
|
"@types/node": "16",
|
|
"tsx": "^3.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsx src/index.ts",
|
|
"whatsapp-slack": "tsx src/whatsapp-slack.tsx"
|
|
}
|
|
}
|