{ "name": "leaflet-loader-astro", "version": "0.0.1", "description": "A leaflet.pub astro collection loader", "keywords": [ "astro", "at", "protocol", "leaflet.pub" ], "homepage": "https://github.com/nulfrost/leaflet-loader-astro", "bugs": { "url": "https://github.com/nulfrost/leaflet-loader-astro/issues" }, "author": "Dane Miller", "repository": { "type": "git", "url": "git+https://github.com/nulfrost/leaflet-loader-astro.git" }, "scripts": { "lint": "biome lint", "format": "biome format --write ./src", "lex": "lex-cli generate -c ./lex.config.js", "test": "vitest --run", "typecheck": "tsc", "build": "rm -rf dist && tsup" }, "license": "MIT", "files": [ "dist" ], "type": "module", "main": "dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "devDependencies": { "@atcute/lex-cli": "^2.1.1", "@biomejs/biome": "2.1.3", "@types/sanitize-html": "^2.16.0", "astro": "^5.12.8", "tsup": "^8.5.0", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "dependencies": { "@atcute/lexicons": "^1.1.0", "@atproto/api": "^0.16.1", "@atproto/did": "^0.1.5", "sanitize-html": "^2.17.0" } }