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": [
6 "astro",
7 "at",
8 "protocol",
9 "leaflet.pub"
10 ],
11 "homepage": "https://github.com/nulfrost/leaflet-loader-astro",
12 "bugs": {
13 "url": "https://github.com/nulfrost/leaflet-loader-astro/issues"
14 },
15 "author": "Dane Miller",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/nulfrost/leaflet-loader-astro.git"
19 },
20 "scripts": {
21 "build": "tsc"
22 },
23 "license": "MIT",
24 "files": [
25 "dist"
26 ],
27 "type": "module",
28 "main": "dist/index.js",
29 "devDependencies": {
30 "astro": "^5.12.8",
31 "tsup": "^8.5.0",
32 "typescript": "^5.9.2",
33 "vitest": "^3.2.4"
34 },
35 "dependencies": {
36 "@atproto/api": "^0.16.1",
37 "@atproto/did": "^0.1.5",
38 "@atproto/syntax": "^0.4.0"
39 }
40}