leaflet.pub astro loader
1{
2 "name": "leaflet-loader-astro",
3 "version": "0.0.1",
4 "description": "A leaflet.pub astro collection loader",
5 "keywords": ["astro", "at", "protocol", "leaflet.pub"],
6 "homepage": "https://github.com/nulfrost/leaflet-loader-astro",
7 "bugs": {
8 "url": "https://github.com/nulfrost/leaflet-loader-astro/issues"
9 },
10 "author": "Dane Miller",
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/nulfrost/leaflet-loader-astro.git"
14 },
15 "scripts": {
16 "build": "tsc"
17 },
18 "license": "MIT",
19 "files": ["dist"],
20 "type": "module",
21 "main": "dist/index.js",
22 "devDependencies": {
23 "typescript": "^5.9.2"
24 }
25}