{
  "name": "@gracefullight/saju",
  "version": "1.3.1",
  "description": "Four Pillars (四柱) calculator with flexible date adapter support",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./adapters/luxon": {
      "import": "./dist/adapters/luxon.js",
      "types": "./dist/adapters/luxon.d.ts"
    },
    "./adapters/date-fns": {
      "import": "./dist/adapters/date-fns.js",
      "types": "./dist/adapters/date-fns.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && tsc-alias",
    "dev": "tsx src/index.ts",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest --coverage",
    "lint": "biome check src",
    "lint:fix": "biome check --write src",
    "format": "biome format --write src"
  },
  "keywords": [
    "saju",
    "four-pillars",
    "bazi",
    "chinese-astrology",
    "korean-astrology",
    "astrology",
    "divination",
    "zodiac",
    "heavenly-stems",
    "earthly-branches",
    "lunisolar",
    "calendar",
    "typescript",
    "fortune-telling",
    "ten-gods",
    "yongshen"
  ],
  "author": {
    "name": "Eunkwang Shin",
    "email": "gracefullight.dev@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gracefullight/pkgs.git",
    "directory": "packages/saju"
  },
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/gracefullight"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "date-fns": "^4.1.0",
    "date-fns-tz": "^3.2.0",
    "luxon": "^3.7.2"
  },
  "peerDependenciesMeta": {
    "date-fns": {
      "optional": true
    },
    "date-fns-tz": {
      "optional": true
    },
    "luxon": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/luxon": "^3.7.1",
    "@vitest/coverage-v8": "^4.0.17",
    "@vitest/ui": "^4.0.17",
    "date-fns": "^4.1.0",
    "date-fns-tz": "^3.2.0",
    "luxon": "^3.7.2",
    "tsc-alias": "^1.8.16",
    "vitest": "^4.0.17"
  },
  "dependencies": {
    "lunar-javascript": "^1.7.7"
  }
}
