{ "name": "@nulfrost/leaflet-loader-astro", "version": "1.3.0", "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 ./lib", "lex": "lex-cli generate -c ./lex.config.js", "test": "vitest --run", "typecheck": "tsc", "release": "pnpm run build && changeset publish", "build": "rm -rf dist && tsup --format esm --dts", "pack": "rm -rf *.tgz && pnpm build && pnpm pack" }, "license": "MIT", "files": [ "dist" ], "publishConfig": { "access": "public" }, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "devDependencies": { "@atcute/atproto": "^3.1.1", "@atcute/lex-cli": "^2.1.1", "@biomejs/biome": "2.1.3", "@changesets/cli": "^2.29.5", "@types/bun": "^1.2.19", "@types/sanitize-html": "^2.16.0", "astro": "^5.12.8", "tsup": "^8.5.0", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "dependencies": { "@atcute/client": "^4.0.3", "@atcute/lexicons": "^1.1.0", "@atproto/api": "^0.16.2", "katex": "^0.16.22", "sanitize-html": "^2.17.0" } }