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 ./lib", 23 "lex": "lex-cli generate -c ./lex.config.js", 24 "test": "vitest --run", 25 "typecheck": "tsc", 26 "build": "rm -rf dist && tsup", 27 "pack": "pnpm build && pnpm pack" 28 }, 29 "license": "MIT", 30 "files": [ 31 "dist" 32 ], 33 "type": "module", 34 "main": "dist/index.js", 35 "exports": { 36 ".": { 37 "import": "./dist/index.js", 38 "require": "./dist/index.cjs" 39 } 40 }, 41 "devDependencies": { 42 "@atcute/lex-cli": "^2.1.1", 43 "@biomejs/biome": "2.1.3", 44 "@types/sanitize-html": "^2.16.0", 45 "astro": "^5.12.8", 46 "tsup": "^8.5.0", 47 "typescript": "^5.9.2", 48 "vitest": "^3.2.4" 49 }, 50 "dependencies": { 51 "@atcute/lexicons": "^1.1.0", 52 "@atproto/api": "^0.16.1", 53 "@atproto/did": "^0.1.5", 54 "sanitize-html": "^2.17.0" 55 } 56}