+18
package.json
+18
package.json
···
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
+
"files": ["dist"],
16
+
"type": "module",
17
+
"main": "dist/index.js"
18
+
}