Initial commit with Advoware proxy

This commit is contained in:
root
2025-10-19 14:57:07 +00:00
commit 273aa8b549
45771 changed files with 5534555 additions and 0 deletions

24
bitbylaw/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "bitbylaw",
"description": "",
"scripts": {
"postinstall": "motia install",
"dev": "motia dev",
"start": "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"
}
}