{ "name": "punimtag-monorepo", "version": "1.0.0", "private": true, "description": "PunimTag monorepo - Photo management with facial recognition", "scripts": { "install:all": "npm install --prefix admin-frontend && npm install --prefix viewer-frontend", "dev:admin": "npm run dev --prefix admin-frontend", "dev:viewer": "npm run dev --prefix viewer-frontend", "dev:backend": "source venv/bin/activate && export PYTHONPATH=$(pwd) && uvicorn backend.app:app --host 127.0.0.1 --port 8000", "build:admin": "npm run build --prefix admin-frontend", "build:viewer": "npm run build --prefix viewer-frontend", "lint:admin": "npm run lint --prefix admin-frontend", "lint:viewer": "npm run lint --prefix viewer-frontend" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" } }