{
  "name": "@fawazahmed0/solar-calc",
  "version": "1.0.5",
  "description": "A sunrise/sunset/moonrise/moonset calculator ES Module",
  "main": "index.js",
  "type": "module",
  "exports": {
    ".": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jonhester/solar-calc.git"
  },
  "keywords": [
    "sunrise",
    "sunset",
    "solar",
    "solunar",
    "time",
    "calc"
  ],
  "author": "Jon Hester",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jonhester/solar-calc/issues"
  },
  "homepage": "https://github.com/jonhester/solar-calc",
  "dependencies": {}
}
