{ "name": "task-receipts-workspace", "private": true, "workspaces": [ "server", "client", "shared" ], "scripts": { "build": "npm run build --workspaces", "dev": "npm run dev --workspaces", "test": "npm run test --workspaces", "lint": "npm run lint --workspaces", "lint:fix": "npm run lint:fix --workspaces" } }