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": "lex-cli generate -c ./lex.config.js", 24 "test": "vitest --run", 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 "@atcute/lex-cli": "^2.1.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 "@atcute/lexicons": "^1.1.0", 51 "@atproto/api": "^0.16.1", 52 "@atproto/did": "^0.1.5", 53 "sanitize-html": "^2.17.0" 54 } 55}