{
  "name": "maplibre-gl-nightlayer",
  "version": "1.0.0-alpha.16",
  "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 example",
    "build": "node ./build.mjs && pnpm run build:types",
    "build:types": "tsc --declaration --emitDeclarationOnly --declarationDir './dist'",
    "build:example": "vite build example",
    "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",
  "repository": {
    "url": "https://github.com/kikuchan/maplibre-gl-nightlayer"
  },
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "^2.4.6",
    "@fal-works/esbuild-plugin-global-externals": "^2.1.2",
    "@kikuchan/decimal": "^0.1.0-alpha.8",
    "esbuild": "^0.27.4",
    "gl-matrix": "^3.4.4",
    "maplibre-gl": "^5.20.1",
    "typescript": "^5.9.3",
    "vite": "^8.0.0"
  },
  "peerDependencies": {
    "@kikuchan/decimal": "^0.1.0-alpha.8",
    "maplibre-gl": "^5.20.1"
  },
  "packageManager": "pnpm@10.32.1",
  "pnpm": {
    "onlyBuiltDependencies": [
      "@biomejs/biome",
      "esbuild"
    ]
  }
}
