{
  "name": "vedic-astrology-api",
  "version": "1.0.9",
  "description": "Node.js API for Vedic astrology calculations including Rasi, Nakshatra, Lagna and Birth Chart",
  "main": "index.js",
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js",   
    "build": "npm run lint && npm test"
  },
  "dependencies": {
    "astronomy-engine": "^2.1.19",
    "axios": "^1.11.0",
    "body-parser": "^2.2.0",
    "cors": "^2.8.5",
    "country-state-city": "^3.2.1",
    "ejs": "^3.1.10",
    "express": "^4.21.2",
    "express-rate-limit": "^8.0.1",
    "geo-tz": "^8.1.4",
    "helmet": "^7.1.0",
    "moment-timezone": "^0.5.48",
    "morgan": "^1.10.0",
    "node-cache": "^5.1.2",
    "node-geocoder": "^4.4.1",
    "suncalc": "^1.9.0",
    "timezones.json": "^1.7.2",
    "tz-lookup": "^6.1.25"
  },
  "devDependencies": {
    "@eslint/js": "^9.34.0",
    "eslint": "^9.34.0",
    "globals": "^16.3.0",
    "jest": "^29.7.0",
    "nodemon": "^3.0.1",
    "supertest": "^6.3.3"
  },
  "keywords": [
    "vedic",
    "astrology",
    "jyotish",
    "rasi",
    "nakshatra",
    "lagna",
    "birth-chart",
    "api",
    "nodejs"
  ],
  "author": "vikramNplus",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  }
}
