{
  "name": "@grahan/vedic",
  "version": "1.0.1",
  "description": "Vedic layer for the grahan sky engine: ayanamsa, panchang (tithi, nakshatra, yoga, karana), Rahu Kaal. Zero dependencies.",
  "license": "MIT",
  "author": "Svarbhanu Neel",
  "type": "module",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@grahan/core": "1.0.1"
  },
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/svarbhanu/grahan.git",
    "directory": "packages/vedic"
  },
  "keywords": [
    "panchang",
    "panchanga",
    "tithi",
    "nakshatra",
    "ayanamsa",
    "rahu-kaal",
    "vedic",
    "hindu-calendar"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "typecheck": "tsc --noEmit"
  }
}