{
  "name": "uinh-kyaengh",
  "version": "0.1.2",
  "description": "A JavaScript library for working with 韻鏡系韻圖 (Yunjing-type rime tables)",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "Qieyun",
    "historical linguistics",
    "linguistics",
    "Middle Chinese",
    "Yunjing"
  ],
  "author": "Project nk2028",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nk2028/uinh-kyaengh-js"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^4.0.18",
    "@vitest/ui": "^4.0.18",
    "tsup": "^8.5.1",
    "typedoc": "^0.28.16",
    "typedoc-plugin-markdown": "^4.9.0",
    "typescript": "^5.7.0",
    "vitepress": "^1.5.0",
    "vitest": "^4.0.18"
  },
  "dependencies": {
    "tshet-uinh": "^0.15.4"
  },
  "scripts": {
    "prepare-data": "node ./prepare_data.mjs",
    "build": "tsup",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest --coverage",
    "docs:build": "vitepress build docs",
    "docs:dev": "vitepress dev docs",
    "docs:preview": "vitepress preview docs"
  }
}