{ "name": "bttoxin-motia-backend", "version": "1.0.0", "description": "Motia backend for BtToxin task workflow monitor", "type": "module", "scripts": { "dev": "motia dev", "build": "motia build", "start": "motia start", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@motia/core": "^0.1.0", "uuid": "^9.0.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.10.0", "@types/uuid": "^9.0.0", "typescript": "^5.3.0", "vitest": "^1.0.0", "fast-check": "^3.15.0" } }