{ "name": "xiaoxia-saas", "private": true, "workspaces": [ "apps/web" ], "scripts": { "dev:web": "npm --workspace apps/web run dev", "build:web": "npm --workspace apps/web run build", "lint:web": "npm --workspace apps/web run lint", "lint": "npm run lint:web", "test": "echo TODO: add frontend/backend tests" } }