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