{ "name": "facilmap-root", "private": true, "workspaces": [ "types", "client", "utils", "leaflet", "frontend", "server" ], "scripts": { "lint": "eslint **/*.ts", "clean": "yarn workspaces foreach -v run clean", "build": "yarn workspaces foreach -vt run build", "build:frontend:app": "yarn workspace facilmap-frontend run build:app", "build:server": "yarn workspace facilmap-server run build", "prod-server": "yarn workspace facilmap-server run prod-server", "server": "yarn workspace facilmap-server run server", "dev-server": "yarn workspace facilmap-server run dev-server", "check-types": "yarn workspaces foreach -vt run check-types" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", "eslint": "^8.56.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-vue": "^9.19.2" }, "version": "0.0.0", "packageManager": "yarn@3.6.3", "resolutions": { "vite": "4.5.0", "rollup": "3.29.4" } }