{ "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": "^1.1.2", "leaflet-draggable-lines": "^1.2.1", "leaflet-freie-tonne": "^1.1.2", "leaflet-highlightable-layers": "^1.2.1", "leaflet.markercluster": "^1.5.3", "lodash-es": "^4.17.21" }, "devDependencies": { "@fortawesome/fontawesome-free": "^6.4.2", "@types/cheerio": "^0.22.34", "@types/geojson": "^7946.0.13", "@types/highland": "^2.12.18", "@types/leaflet": "^1.9.8", "@types/leaflet.markercluster": "^1.5.4", "@types/lodash-es": "^4.17.11", "@types/node-fetch": "^2.6.9", "@types/yauzl": "^2.10.3", "cheerio": "^1.0.0-rc.12", "fast-glob": "^3.3.2", "happy-dom": "^12.10.3", "highland": "^2.13.5", "node-fetch": "^3.3.2", "rimraf": "^5.0.5", "rollup": "3", "svgo": "^3.0.3", "tsx": "^4.7.0", "typescript": "^5.2.2", "vite": "^4.5.0", "vite-plugin-css-injected-by-js": "^3.3.0", "vite-plugin-dts": "^3.6.3", "vitest": "^0.34.6", "yauzl": "^2.10.0" }, "peerDependencies": { "leaflet": "x" } }