UNPKG

ts-overlapping-marker-spiderfier-leaflet

Version:
39 lines (38 loc) 1.08 kB
{ "name": "ts-overlapping-marker-spiderfier-leaflet", "version": "1.0.5", "description": "Overlapping Marker Spiderfier Leaflet", "main": "./dist/index.umd.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "author": "Alex Laisney", "homepage": "https://github.com/Draxare/ts-overlapping-marker-spiderfier-leaflet#readme", "license": "MIT", "type": "module", "bugs": { "url": "https://github.com/Draxare/ts-overlapping-marker-spiderfier-leaflet/issues" }, "keywords": [ "leaflet", "spiderfier" ], "repository": { "type": "git", "url": "git+https://github.com/Draxare/ts-overlapping-marker-spiderfier-leaflet.git" }, "scripts": { "clean": "rimraf ./dist", "build": "npm run clean && npm run build:tsc && npm run build:packs", "build:tsc": "tsc", "build:packs": "rollup -c rollup.config.mjs", "prepublishOnly": "npm run build" }, "dependencies": { "@types/leaflet": "^1.9.15" }, "devDependencies": { "rimraf": "^2.6.2", "rollup": "^4.29.1", "typescript": "^5.7.2" } }