{
  "name": "@ishubhamx/panchangam-js",
  "version": "1.0.2",
  "description": "Indian Panchangam (Hindu Calendar) library for calculating Tithi, Nakshatra, Yoga, Karana, and Vara using Swiss Ephemeris",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "generate": "npm run build && node dist/index.js",
    "validate": "npm run build && node dist/scripts/validate.js",
    "validate-comparison": "npm run build && node dist/scripts/validate-comparison.js",
    "debug": "npm run build && node dist/scripts/debug.js",
    "simple-test": "npm run build && node dist/scripts/simple-test.js"
  },
  "keywords": [
    "panchangam",
    "hindu-calendar",
    "indian-calendar",
    "tithi",
    "nakshatra",
    "yoga",
    "karana",
    "vara",
    "astronomy",
    "swiss-ephemeris"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ishubhamx/Hindu-Panchangam.git"
  },
  "dependencies": {
    "astronomy-engine": "^2.1.19",
    "luxon": "^3.6.1"
  },
  "devDependencies": {
    "@types/luxon": "^3.6.2",
    "@types/node": "^24.0.3",
    "axios": "^1.10.0",
    "cheerio": "^1.1.0",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
