{ "name": "arc-backend", "version": "2.0.0", "private": true, "scripts": { "dev": ".venv\\Scripts\\activate && uvicorn app.main:app --reload --host 0.0.0.0 --port 8000", "start": "uvicorn app.main:app --host 0.0.0.0 --port 8000" } }