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.
28 lines
568 B
JSON
28 lines
568 B
JSON
{
|
|
"name": "@buddy/leaflet-components",
|
|
"version": "0.2.0",
|
|
"description": "Leaflet.js as native Web Components — one custom element per Leaflet object.",
|
|
"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/",
|
|
"scripts/",
|
|
"index.html",
|
|
"*.config.ts",
|
|
"tsconfig*.json",
|
|
"CLAUDE.md",
|
|
".idea/",
|
|
".claude/"
|
|
]
|
|
}
|
|
}
|