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