{ "name": "facilmap-leaflet", "version": "3.4.0", "description": "Utilities to show FacilMap objects on a Leaflet map.", "keywords": [ "maps", "osm", "facilmap", "leaflet" ], "homepage": "https://github.com/FacilMap/facilmap", "bugs": { "url": "https://github.com/FacilMap/facilmap/issues" }, "license": "AGPL-3.0", "author": "Candid Dauth ", "main": "./dist/facilmap-leaflet.mjs", "type": "module", "types": "./dist/facilmap-leaflet.d.ts", "repository": { "type": "git", "url": "https://github.com/FacilMap/facilmap.git" }, "files": [ "assets", "dist", "src", "download-icons.ts", "example.html", "icontest.html", "README.md", "tsconfig.json" ], "scripts": { "build": "vite build", "clean": "rimraf dist", "dev-server": "vite", "download-icons": "tsx ./download-icons.ts", "check-types": "tsc -b --emitDeclarationOnly", "lint": "eslint **/*.ts", "test": "vitest run", "test-watch": "vitest" }, "dependencies": { "facilmap-client": "workspace:^", "facilmap-types": "workspace:^", "facilmap-utils": "workspace:^", "filtrex": "^2.2.3", "leaflet-auto-graticule": "^2.0.0", "leaflet-draggable-lines": "^2.0.0", "leaflet-freie-tonne": "^2.0.1", "leaflet-highlightable-layers": "^2.0.0", "leaflet.markercluster": "^1.5.3", "lodash-es": "^4.17.21" }, "devDependencies": { "@fortawesome/fontawesome-free": "^6.5.1", "@types/cheerio": "^0.22.35", "@types/geojson": "^7946.0.13", "@types/leaflet": "^1.9.8", "@types/leaflet.markercluster": "^1.5.4", "@types/lodash-es": "^4.17.12", "@types/node-fetch": "^2.6.10", "@types/yauzl-promise": "^2.1.4", "cheerio": "^1.0.0-rc.12", "fast-glob": "^3.3.2", "happy-dom": "^12.10.3", "node-fetch": "^3.3.2", "rimraf": "^5.0.5", "rollup": "^4.9.1", "svgo": "^3.1.0", "tsx": "^4.7.0", "typescript": "^5.3.3", "vite": "^5.0.12", "vite-plugin-css-injected-by-js": "^3.3.1", "vite-plugin-dts": "^3.7.0", "vite-tsconfig-paths": "^4.2.3", "vitest": "^1.1.0", "yauzl-promise": "^4.0.0" }, "peerDependencies": { "leaflet": "x" } }