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