You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
leaflet-components/jsr.json

25 lines
432 B
JSON

{
"name": "@buddy/leaflet-components",
"version": "0.1.0",
"license": "MIT",
"exports": {
".": "./src/index.ts",
"./elements": "./src/elements/index.ts"
},
"publish": {
"exclude": [
"src/index.npm.ts",
"src/core/globals.ts",
"test/",
"docs/",
"demos/",
"dist/",
"index.html",
"*.config.ts",
"tsconfig*.json",
".idea/",
".claude/"
]
}
}