UNPKG

maplibre-gl-nightlayer

Version:

A Night Layer for MapLibre GL JS

42 lines (41 loc) 1.15 kB
{ "name": "maplibre-gl-nightlayer", "version": "1.0.0-alpha.12", "description": "A Night Layer for MapLibre GL JS", "type": "module", "main": "dist/main.js", "module": "dist/main.js", "types": "dist/main.d.ts", "files": [ "dist/" ], "scripts": { "dev": "vite playground/v5", "build": "node ./build.mjs && pnpm run build:types", "build:types": "tsc --declaration --emitDeclarationOnly --declarationDir './dist'", "lint": "biome lint ./src", "lint:fix": "biome lint ./src --write", "format": "biome format ./src", "format:fix": "biome format ./src --write", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "maplibre", "daynight", "earth", "shadow", "terminator" ], "author": "kikuchan98@gmail.com", "homepage": "https://github.com/kikuchan/maplibre-gl-nightlayer#readme", "license": "MIT", "devDependencies": { "@biomejs/biome": "^1.9.4", "@fal-works/esbuild-plugin-global-externals": "^2.1.2", "esbuild": "^0.25.1", "gl-matrix": "^3.4.3", "maplibre-gl": "5.2.0", "typescript": "^5.8.2", "vite": "^6.2.2" } }