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 "lint": "biome lint",
22 "lex-gen": "lex gen-api ./src/__generated__/lexicons ./lexicons/pub/leaflet/* ./lexicons/pub/leaflet/*/* ./lexicons/com/atproto/*/* --yes",
23 "typecheck": "tsc --noEmit",
24 "build": "tsc"
25 },
26 "license": "MIT",
27 "files": [
28 "dist"
29 ],
30 "type": "module",
31 "main": "dist/index.js",
32 "devDependencies": {
33 "@atproto/lex-cli": "^0.9.1",
34 "@biomejs/biome": "2.1.3",
35 "@types/sanitize-html": "^2.16.0",
36 "astro": "^5.12.8",
37 "tsup": "^8.5.0",
38 "typescript": "^5.9.2",
39 "vitest": "^3.2.4"
40 },
41 "dependencies": {
42 "@atproto/api": "^0.16.1",
43 "@atproto/did": "^0.1.5",
44 "@atproto/syntax": "^0.4.0",
45 "sanitize-html": "^2.17.0"
46 }
47}