UNPKG

maplibre-gl-layer

Version:
51 lines (50 loc) 1.3 kB
{ "name": "maplibre-gl-layer", "version": "0.2.2", "description": "A layer control for MapLibre GL JS", "type": "module", "files": [ "dist" ], "main": "./dist/maplibre-gl-layer.umd.cjs", "module": "./dist/maplibre-gl-layer.js", "types": "./dist/maplibre-gl-layer.d.ts", "exports": { ".": { "import": "./dist/maplibre-gl-layer.js", "require": "./dist/maplibre-gl-layer.umd.cjs" }, "./style.css": "./dist/maplibre-gl-layer.css" }, "scripts": { "dev": "vite", "build": "tsc && vite build --config vite.config.js", "preview": "vite preview", "lint": "eslint src/*.ts src/**/*.ts", "lint:fix": "npm run lint -- --fix" }, "devDependencies": { "@eslint/js": "^9.16.0", "eslint": "^9.16.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "globals": "^15.12.0", "maplibre-gl": "^5.3.0", "pmtiles": "^4.3.0", "prettier": "^3.4.1", "typescript": "~5.6.2", "typescript-eslint": "^8.16.0", "vite": "^6.0.1", "vite-plugin-dts": "^4.3.0" }, "repository": { "type": "git", "url": "https://github.com/qazsato/maplibre-gl-layer.git" }, "keywords": [ "MapLibre GL JS", "Layer" ], "author": "qazsato <qazsato@gmail.com>", "license": "MIT" }