{
  "name": "caelus",
  "version": "0.24.1",
  "description": "Clean-room TypeScript astrology computation: ephemeris, charts, events, timing techniques, Vedic methods, and citable chart facts. MIT, no AGPL or ephemeris files.",
  "type": "module",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist/src",
    "dist/data",
    "accuracy.json",
    "data/vsop87d_*.embedded.json",
    "data/nutation_iau1980.json",
    "data/moon_meeus47.json",
    "data/pluto_meeus37.json",
    "data/chiron_cheb.json",
    "data/intp_apog_cheb.json",
    "data/ceres_cheb.json",
    "data/pallas_cheb.json",
    "data/juno_cheb.json",
    "data/vesta_cheb.json",
    "data/pholus_cheb.json",
    "data/pluto_cheb.json",
    "data/mercury_cheb.json",
    "data/venus_cheb.json",
    "data/mars_cheb.json",
    "data/jupiter_cheb.json",
    "data/saturn_cheb.json",
    "data/uranus_cheb.json",
    "data/neptune_cheb.json",
    "data/earth_cheb.json",
    "data/uranian_kepler.json",
    "data/turbo.json",
    "data/moon_cheb.embedded.json",
    "data/fixed_stars.json",
    "data/fixed_stars_deep.json",
    "data/constellations.json"
  ],
  "scripts": {
    "build": "tsc",
    "test": "node scripts/run-tests.mjs"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "devDependencies": {
    "@types/node": "^25.9.2",
    "typescript": "^6.0.3"
  },
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "default": "./dist/src/index.js"
    },
    "./data-embedded": {
      "types": "./dist/src/data-embedded.d.ts",
      "default": "./dist/src/data-embedded.js"
    },
    "./node": {
      "types": "./dist/src/node-loader.d.ts",
      "default": "./dist/src/node-loader.js"
    },
    "./accuracy.json": "./accuracy.json",
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heavyblotto/caelus.git",
    "directory": "packages/caelus"
  },
  "homepage": "https://ephemengine.com",
  "keywords": [
    "astrology",
    "ephemeris",
    "astronomy",
    "natal-chart",
    "horoscope",
    "vsop87",
    "swiss-ephemeris-alternative"
  ],
  "sideEffects": false
}
