leaflet.pub astro loader
1{
2 "name": "@nulfrost/leaflet-loader-astro",
3 "version": "1.3.0",
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 <me@dane.computer>",
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 "release": "pnpm run build && changeset publish",
27 "build": "rm -rf dist && tsup --format esm --dts",
28 "pack": "rm -rf *.tgz && pnpm build && pnpm pack"
29 },
30 "license": "MIT",
31 "files": [
32 "dist"
33 ],
34 "publishConfig": {
35 "access": "public"
36 },
37 "type": "module",
38 "main": "dist/index.js",
39 "module": "dist/index.js",
40 "types": "dist/index.d.ts",
41 "exports": {
42 ".": {
43 "import": "./dist/index.js",
44 "require": "./dist/index.cjs"
45 }
46 },
47 "devDependencies": {
48 "@atcute/atproto": "^3.1.1",
49 "@atcute/lex-cli": "^2.1.1",
50 "@biomejs/biome": "2.1.3",
51 "@changesets/cli": "^2.29.5",
52 "@types/bun": "^1.2.19",
53 "@types/sanitize-html": "^2.16.0",
54 "astro": "^5.12.8",
55 "tsup": "^8.5.0",
56 "typescript": "^5.9.2",
57 "vitest": "^3.2.4"
58 },
59 "dependencies": {
60 "@atcute/client": "^4.0.3",
61 "@atcute/lexicons": "^1.1.0",
62 "@atproto/api": "^0.16.2",
63 "katex": "^0.16.22",
64 "sanitize-html": "^2.17.0"
65 }
66}