{ "name": "prometheus-io", "description": "Monorepo for the Prometheus UI", "version": "0.53.0", "private": true, "scripts": { "build": "bash build_ui.sh --all", "build:module": "bash build_ui.sh --build-module", "start": "npm run start -w app", "test": "npm run test --workspaces", "lint": "npm run lint --workspaces" }, "workspaces": [ "mantine-ui", "module/*" ], "devDependencies": { "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "ts-jest": "^29.1.2", "typescript": "^5.2.2", "vite": "^5.1.0" } }