astro-leaflet
Version:
Leaflet astro component, to display maps: Google Maps, Openstreetmap, maps from Michelin, googlemaps, Open Street Map...
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "astro-leaflet",
"version": "1.3.0",
"description": "Leaflet astro component, to display maps: Google Maps, Openstreetmap, maps from Michelin, googlemaps, Open Street Map...",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pascal-brand38/astro-leaflet.git"
},
"author": "Pascal Brand",
"license": "MIT",
"bugs": {
"url": "https://github.com/pascal-brand38/astro-leaflet/issues"
},
"homepage": "https://github.com/pascal-brand38/astro-leaflet",
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"src/**"
],
"dependencies": {
"@types/leaflet": "^1.9.20",
"leaflet": "^1.9.4"
},
"devDependencies": {
"@types/node": "^24.0.14",
"astro": "^5.12.0",
"typescript": "^5.8.3"
},
"keywords": [
"leaflet",
"withastro",
"astro-component",
"map",
"Google Map",
"googlemap",
"openstreetmap"
]
}