UNPKG

maplibre-gl-opacity

Version:

maplibre-gl-opacity is a MapLibre GL JS plugin that makes multiple tile layers transparent.

48 lines (47 loc) 1.43 kB
{ "name": "maplibre-gl-opacity", "version": "1.8.0", "description": "maplibre-gl-opacity is a MapLibre GL JS plugin that makes multiple tile layers transparent.", "files": [ "build" ], "main": "build/maplibre-gl-opacity.umd.js", "module": "build/maplibre-gl-opacity.mjs", "exports": { ".": { "import": "./build/maplibre-gl-opacity.mjs", "require": "./build/maplibre-gl-opacity.umd.js" } }, "types": "build/maplibre-gl-opacity.d.ts", "repository": { "type": "git", "url": "git+https://github.com/dayjournal/maplibre-gl-opacity.git" }, "keywords": [ "MapLibre GL JS", "LayerControl", "Opacity", "tile", "plugin" ], "author": "Yasunori Kirimoto", "license": "MIT", "bugs": { "url": "https://github.com/dayjournal/maplibre-gl-opacity/issues" }, "homepage": "https://github.com/dayjournal/maplibre-gl-opacity#readme", "scripts": { "dev": "vite -c vite.config.example.ts", "build:example": "vite build -c vite.config.example.ts", "build": "vite build && tsc", "prepare": "npm run build", "test": "vitest src --coverage --coverage.provider=v8" }, "devDependencies": { "maplibre-gl": "^5.0.1", "typescript": "^5.7.3", "vite": "^6.0.7", "vitest": "^3.0.2" } }