34 lines
970 B
JSON
34 lines
970 B
JSON
{
|
|
"name": "motia-clean-test",
|
|
"description": "",
|
|
"type": "module",
|
|
"scripts": {
|
|
"postinstall": "motia install",
|
|
"dev": "motia dev",
|
|
"start": "motia start",
|
|
"generate-types": "motia generate-types",
|
|
"build": "motia build",
|
|
"clean": "rm -rf dist node_modules python_modules .motia .mermaid"
|
|
},
|
|
"keywords": [
|
|
"motia"
|
|
],
|
|
"dependencies": {
|
|
"@motiadev/adapter-bullmq-events": "^0.17.11-beta.193",
|
|
"@motiadev/core": "^0.17.11-beta.193",
|
|
"@motiadev/plugin-bullmq": "^0.17.11-beta.193",
|
|
"@motiadev/plugin-endpoint": "^0.17.11-beta.193",
|
|
"@motiadev/plugin-logs": "^0.17.11-beta.193",
|
|
"@motiadev/plugin-observability": "^0.17.11-beta.193",
|
|
"@motiadev/plugin-states": "^0.17.11-beta.193",
|
|
"motia": "^0.17.11-beta.193",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@motiadev/workbench": "^0.17.11-beta.193",
|
|
"@types/react": "^19.1.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|