UNPKG

basemapkit

Version:

<p align="center"> <img src="./public/logo.svg" alt="Basemapkit logo" width="400px"></img> </p> <p align="center"> Basemaps for <a href="https://maplibre.org/maplibre-gl-js/docs/">Maplibre GL JS</a> + <a href="https://protomaps.com/">Protomaps</a> </p>

46 lines (45 loc) 1.08 kB
{ "name": "basemapkit", "private": false, "version": "0.1.4", "type": "module", "exports": { ".": { "import": "./dist/basemapkit.js", "types": "./dist/basemapkit.d.ts" } }, "repository": { "type": "git", "url": "https://github.com/jonathanlurie/basemapkit.git" }, "keywords": [ "maplibre", "basemap", "protomaps", "map style" ], "homepage": "https://github.com/jonathanlurie/basemapkit", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "build-lib": "rm -rf ./dist/* && tsc && vite build -c vite.config-lib.ts", "biome": "biome check --max-diagnostics=1000", "biome:fix": "biome check --max-diagnostics=1000 --write" }, "devDependencies": { "@biomejs/biome": "^2.0.0", "@types/node": "^24.0.13", "typescript": "~5.8.3", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4" }, "dependencies": { "@protomaps/basemaps": "^5.4.1", "color": "^5.0.0", "maplibre-gl": "^5.6.0", "pmtiles": "^4.3.0" }, "license": "MIT" }