{ "name": "facilmap-leaflet", "version": "3.4.0", "description": "Utilities to show FacilMap objects on a Leaflet map.", "keywords": [ "webpack", "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.js", "type": "module", "types": "./dist/index.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": "ts-node ./download-icons.ts", "check-types": "tsc --noEmit", "lint": "eslint **/*.ts" }, "dependencies": { "facilmap-client": "3.4.0", "facilmap-types": "3.4.0", "facilmap-utils": "3.4.0", "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.0", "@types/cheerio": "^0.22.31", "@types/geojson": "^7946.0.10", "@types/highland": "^2.12.14", "@types/jest": "^29.5.0", "@types/leaflet": "^1.9.3", "@types/leaflet.markercluster": "^1.5.1", "@types/lodash-es": "^4.17.7", "@types/node-fetch": "^2.6.3", "@types/rollup-plugin-auto-external": "^2.0.2", "@types/yauzl": "^2.10.0", "cheerio": "^1.0.0-rc.12", "fast-glob": "^3.2.12", "highland": "^2.13.5", "jest": "^29.5.0", "node-fetch": "^3.3.1", "rimraf": "^4.4.1", "rollup": "^3.20.2", "rollup-plugin-auto-external": "^2.0.0", "svgo": "^3.0.2", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "^5.2.2", "vite": "^4.2.1", "vite-plugin-css-injected-by-js": "^3.1.0", "vite-plugin-dts": "^2.2.0", "yauzl": "^2.10.0" }, "peerDependencies": { "leaflet": "x" } }