{ "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" } }