{
  "name": "@math.gl/sun",
  "description": "Sun classes",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "version": "4.1.0",
  "keywords": [
    "javascript",
    "math",
    "geospatial",
    "sun",
    "suncalc",
    "solar"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/visgl/math.gl.git"
  },
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "gitHead": "76820f54e2a9034b42bd24ffeb381cc4e01ad46e"
}
