File size: 353 Bytes
2deb2c5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"name": "blum-ai-financial-intelligence",
"version": "0.3.0",
"private": true,
"scripts": {
"frontend:dev": "npm --prefix frontend run dev",
"frontend:build": "npm --prefix frontend run build",
"backend:dev": "PYTHONPATH=backend uvicorn app.main:app --reload --host 0.0.0.0 --port 7860"
},
"workspaces": [
"frontend"
]
}
|