UNPKG

maplibre-gl-style-switcher

Version:

Mapbox GL JS Style Switcher fork for Maplibre GL

33 lines 789 B
{ "name": "maplibre-gl-style-switcher", "version": "1.0.18", "description": "Mapbox GL JS Style Switcher fork for Maplibre GL", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/el/style-switcher.git" }, "keywords": [ "maplibre", "maplibre-gl-js", "style-switcher" ], "author": "Eliz Kilic", "license": "GPL-3.0", "bugs": { "url": "https://github.com/el/style-switcher/issues" }, "homepage": "https://github.com/el/style-switcher#readme", "dependencies": { "maplibre-gl": "^3.6.2" }, "devDependencies": { "minimist": ">=0.2.1", "typescript": "^5.3.3" } }