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