{
  "name": "@aharris02/bazi-calculator-by-alvamind",
  "version": "1.0.16",
  "description": "A fork of alvamind's comprehensive Bazi calculator for personal use",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aharris02/bazi-calculator-by-alvamind.git"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts --clean --out-dir dist --publicDir src/assets",
    "publish-npm": "npm run build && npm publish",
    "lint": "eslint src/**/*.ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "source": "generate-source output=documentation.md exclude=dist/,node_modules/,.git/",
    "commit": "commit",
    "clean": "clean",
    "split-code": "split-code source=combined.ts markers=src/,lib/ outputDir=./output"
  },
  "keywords": [
    "bazi",
    "calculator",
    "chinese",
    "astrology",
    "fengshui",
    "four pillars"
  ],
  "author": "Alvamind",
  "license": "MIT",
  "devDependencies": {
    "@types/bun": "latest",
    "@types/node": "^22.15.3",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "alvamind-tools": "^1.0.23",
    "date-fns": "^4.1.0",
    "date-fns-tz": "^3.2.0"
  }
}
