{ "name": "facilmap-root", "private": true, "workspaces": [ "types", "client", "utils", "leaflet", "frontend", "server" ], "scripts": { "lint": "eslint **/*.ts", "clean": "yarn workspaces run clean", "build": "yarn workspaces run build" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.24.0", "@typescript-eslint/parser": "^4.24.0", "eslint": "^7.27.0", "eslint-plugin-import": "^2.23.3" }, "version": "0.0.0", "packageManager": "yarn@3.5.0" }