leaflet.pub astro loader
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 --format esm --dts",
27 "pack": "pnpm build && pnpm pack"
28 },
29 "license": "MIT",
30 "files": [
31 "dist"
32 ],
33 "type": "module",
34 "main": "dist/index.js",
35 "module": "dist/index.js",
36 "types": "dist/index.d.ts",
37 "exports": {
38 ".": {
39 "import": "./dist/index.js",
40 "require": "./dist/index.cjs"
41 }
42 },
43 "devDependencies": {
44 "@atcute/lex-cli": "^2.1.1",
45 "@biomejs/biome": "2.1.3",
46 "@changesets/cli": "^2.29.5",
47 "@types/sanitize-html": "^2.16.0",
48 "astro": "^5.12.8",
49 "tsup": "^8.5.0",
50 "typescript": "^5.9.2",
51 "vitest": "^3.2.4"
52 },
53 "dependencies": {
54 "@atcute/lexicons": "^1.1.0",
55 "@atproto/api": "^0.16.1",
56 "@atproto/did": "^0.1.5",
57 "sanitize-html": "^2.17.0"
58 }
59}