{ "name": "gold-trading-simulator", "private": true, "description": "Top-level scripts for the Gold Trading Simulator monorepo", "scripts": { "dev": "npm run dev --prefix frontend", "build": "npm run build --prefix frontend", "test": "npm run test --prefix frontend", "lint": "npm run lint --prefix frontend" } }