Files
motia/bitbylaw/package.json
root 805d8c7362 Vollständige Advoware-EspoCRM Integration implementiert
- Advoware API Proxy für alle HTTP-Methoden (GET/POST/PUT/DELETE)
- EspoCRM Webhook-Receiver für Beteiligte CRUD-Operationen
- Redis-basierte Deduplikation für Webhook-Events
- Event-driven Synchronisations-Handler (Placeholder)
- Detaillierte README.md mit Setup und Verwendungsanleitung
- Fehlerbehebungen für Context-Attribute und Redis-Verbindungen
2025-10-20 11:42:52 +00:00

25 lines
571 B
JSON

{
"name": "bitbylaw",
"description": "",
"scripts": {
"postinstall": "motia install",
"dev": "motia dev",
"start": ". python_modules/bin/activate && motia start --host 0.0.0.0",
"generate-types": "motia generate-types",
"build": "motia build",
"clean": "rm -rf dist node_modules python_modules .motia .mermaid"
},
"keywords": [
"motia"
],
"dependencies": {
"motia": "^0.8.2-beta.139",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/react": "^18.3.18",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}