{
  "name": "@astronomy-bundle/solar-eclipse",
  "version": "9.38.0",
  "description": "Solar eclipse calculations for the astronomy bundle",
  "keywords": [
    "astronomy",
    "calculations",
    "sun",
    "sunrise",
    "sunset",
    "solar eclipse",
    "moon",
    "moonrise",
    "moonset",
    "libration",
    "planets",
    "mercury",
    "venus",
    "mars",
    "jupiter",
    "saturn",
    "uranus",
    "neptune",
    "VSOP87",
    "satellite",
    "two line elements",
    "tle"
  ],
  "repository": "git@github.com:andrmoel/astronomy-bundle-js.git",
  "author": "Andreas Moeller <andrmoel@gmail.com>",
  "license": "MIT",
  "main": "./index.js",
  "types": "./index.d.ts",
  "standard-version": {
    "skip": {
      "changelog": true
    }
  },
  "module": "./index.mjs",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "require": "./index.js"
    },
    "./catalogue-full": {
      "types": "./catalogue-full.d.ts",
      "import": "./catalogue-full.mjs",
      "require": "./catalogue-full.js"
    },
    "./catalogue": {
      "types": "./catalogue.d.ts",
      "import": "./catalogue.mjs",
      "require": "./catalogue.js"
    }
  },
  "files": [
    "*"
  ],
  "publishConfig": {
    "access": "public"
  }
}
