{
  "name": "@soul-atelier/core",
  "version": "0.5.0",
  "description": "Primitives for Chinese metaphysics software: 干支, 五行, 八卦/六十四卦, 洛书, 二十四山, branch relations, and correspondence tables (藏干, 纳音, 十二长生). Zero dependencies.",
  "keywords": [
    "bazi",
    "chinese-calendar",
    "chinese-metaphysics",
    "feng-shui",
    "ganzhi",
    "hexagram",
    "i-ching",
    "luoshu",
    "wuxing",
    "yijing",
    "五行",
    "八字",
    "六十四卦",
    "干支",
    "洛书"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soul-atelier/sdks.git",
    "directory": "packages/core"
  },
  "files": [
    "dist",
    "src"
  ],
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "bun": "./src/index.ts",
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown",
    "test": "bun test",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/bun": "1.3.14"
  }
}
