svelte-maplibre-gl
Version:
Build interactive web maps effortlessly with MapLibre GL JS and Svelte
61 lines • 1.52 kB
JSON
{
"name": "svelte-maplibre-gl",
"version": "1.0.0",
"license": "(MIT OR Apache-2.0)",
"description": "Build interactive web maps effortlessly with MapLibre GL JS and Svelte",
"repository": {
"url": "https://github.com/MIERUNE/svelte-maplibre-gl"
},
"homepage": "https://svelte-maplibre-gl.mierune.dev/",
"keywords": [
"map",
"svelte",
"maplibre",
"maplibre-gl",
"maplibre-gl-js",
"geospatial",
"mapping",
"gis"
],
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"sideEffects": [
"**/*.css"
],
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"peerDependencies": {
"maplibre-gl": "^5.0.0 || ^4.0.0",
"svelte": ">=5.0.0"
},
"devDependencies": {
"@sveltejs/kit": "^2.21.2",
"@sveltejs/package": "^2.3.11",
"@sveltejs/vite-plugin-svelte": "^5.1.0",
"@types/geojson": "^7946.0.16",
"maplibre-gl": "^5.6.0",
"publint": "^0.3.12",
"svelte": "^5.33.14",
"svelte-check": "^4.2.1",
"typescript": "^5.8.3",
"vite": "^6.3.5"
},
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run prepack",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check ."
}
}