{
  "name": "@alliumlabs/panchanga-ts",
  "version": "1.3.10",
  "description": "A TypeScript library for Hindu calendar (Panchanga) calculations including tithis, nakshatras, and other astronomical elements",
  "type": "module",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "build": "rollup -c --bundleConfigAsCjs",
    "release": "release-it",
    "test": "jest"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "panchanga",
    "hindu",
    "calendar",
    "tithi",
    "nakshatra",
    "lunar",
    "solar",
    "astronomy"
  ],
  "author": "Allium Labs",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "release-it": "^18.1.2",
    "rollup": "^4.36.0",
    "rollup-plugin-typescript2": "^0.36.0",
    "ts-jest": "^29.2.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "astronomy-engine": "^2.1.19",
    "moment-timezone": "^0.5.48"
  }
}
