{
  "name": "astrokit",
  "version": "0.6.9",
  "description": "Toolkit for solar system ephemerides and satellite propagation via SGP4",
  "keywords": [
    "solar",
    "sun",
    "satellite",
    "sgp4",
    "ephemerides",
    "JPL",
    "astronomy",
    "solar system",
    "solarsystem",
    "moon",
    "planetary ephemerides",
    "planets",
    "sunrise",
    "sunset",
    "moonrise",
    "moonset"
  ],
  "author": {
    "name": "Steven Michael",
    "email": "ssmichael@gmail.com",
    "url": "https://github.com/StevenSamirMichael/"
  },
  "license": "ISC",
  "homepage": "https://github.com/StevenSamirMichael/astrokit",
  "type": "module",
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/StevenSamirMichael/astrokit.git"
  },
  "exports": {
    "umd": "./dist/src/index.js",
    "default": "./dist/src/index.js"
  },
  "scripts": {
    "test": "tape 'test/**/*-test.js' && eslint src",
    "build:es6": "rm -rf dist && mkdir -p dist/src && tsc",
    "build:umd": "npm run build:es6 && rollup --config",
    "build:min": "npm run build:umd && uglifyjs  dist/astrokit.js -c -m -o dist/astrokit.min.js",
    "build": "npm run build:min",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "axios": "^0.24.0",
    "d3": "^7.2.1",
    "d3-geo": "^3.0.1",
    "datatables": "^1.10.18",
    "eslint": "^7.32.0",
    "express": "^4.17.2",
    "fs": "^0.0.1-security",
    "https-proxy-agent": "^5.0.0",
    "jquery": "^3.6.0",
    "jquery-ui-dist": "^1.13.0",
    "package-preamble": "^0.1.0",
    "rollup": "^2.57.0",
    "rollup-plugin-ascii": "^0.0.3",
    "rollup-plugin-terser": "^7.0.2",
    "tape": "^5.3.1",
    "topojson-client": "^3.1.0",
    "typescript": "^4.5.4",
    "uglify-js": "^3.14.2",
    "url": "^0.11.0",
    "world-atlas": "^2.0.2"
  }
}
