Files
smoothschedule/activepieces-fork/packages/server/worker/package.json
poduck 3aa7199503 Add Activepieces integration for workflow automation
- Add Activepieces fork with SmoothSchedule custom piece
- Create integrations app with Activepieces service layer
- Add embed token endpoint for iframe integration
- Create Automations page with embedded workflow builder
- Add sidebar visibility fix for embed mode
- Add list inactive customers endpoint to Public API
- Include SmoothSchedule triggers: event created/updated/cancelled
- Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 22:59:37 -05:00

32 lines
800 B
JSON

{
"name": "server-worker",
"version": "0.1.0",
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"@activepieces/pieces-framework": "0.22.2",
"@activepieces/server-shared": "0.0.2",
"@activepieces/shared": "0.30.2",
"write-file-atomic": "5.0.1",
"tslib": "2.6.2",
"@opentelemetry/api": "1.9.0",
"axios": "1.13.1",
"axios-retry": "4.4.1",
"fastify": "5.4.0",
"fetch-retry": "6.0.0",
"p-limit": "2.3.0",
"chalk": "4.1.2",
"chokidar": "4.0.3",
"nanoid": "3.3.8",
"tree-kill": "1.2.2",
"dayjs": "1.11.9",
"bullmq": "5.61.0",
"bullmq-otel": "1.0.1",
"socket.io-client": "4.8.1",
"jsonwebtoken": "9.0.1",
"socket.io": "4.8.1",
"http-status-codes": "2.2.0"
}
}