Files
motia/package.json
2026-02-07 09:23:49 +00:00

13 lines
226 B
JSON

{
"name": "bitbylaw",
"version": "1.0.0",
"dependencies": {
"motia": "^0.8.2-beta.139",
"npm": "^11.7.0"
},
"scripts": {
"start": "motia start --host 0.0.0.0",
"dev": "motia dev --host 0.0.0.0"
}
}