{
  "name": "otk-celestial-bodies",
  "version": "0.1.0",
  "description": "package for various calculations related to celestial bodies",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brandon-sexton/otk-celestial-bodies.git"
  },
  "keywords": [
    "javascript",
    "sun",
    "earth",
    "moon",
    "planets",
    "celestial",
    "bodies",
    "astronomy",
    "astrophysics",
    "physics",
    "math",
    "mathematics",
    "science",
    "space",
    "astrodynamics",
    "mechanics"
  ],
  "author": "Brandon Sexton",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brandon-sexton/otk-celestial-bodies/issues"
  },
  "homepage": "https://github.com/brandon-sexton/otk-celestial-bodies#readme",
  "devDependencies": {
    "@babel/preset-env": "^7.23.7",
    "babel-jest": "^29.7.0",
    "eslint": "^8.56.0",
    "eslint-config-google": "^0.14.0",
    "jest": "^29.7.0"
  },
  "dependencies": {
    "otk-time-systems": "^0.1.0",
    "otk-unit-conversions": "^0.1.0",
    "otk-linear-algebra": "^0.1.0"
  }
}
