{ "name": "@orbiquant/monorepo", "version": "1.0.0", "description": "OrbiQuant IA - Trading Platform Monorepo", "private": true, "scripts": { "prepare": "husky install", "frontend:dev": "cd apps/frontend && npm run dev", "frontend:build": "cd apps/frontend && npm run build", "frontend:test": "cd apps/frontend && npm run test", "frontend:lint": "cd apps/frontend && npm run lint", "backend:dev": "cd apps/backend && python -m uvicorn app.main:app --reload", "lint": "npm run frontend:lint" }, "devDependencies": { "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", "husky": "^8.0.3", "lint-staged": "^15.2.0" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" } }